Skip to content

Commit

Permalink
ci: Fix timeunit parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 16, 2024
1 parent 8569921 commit f1eae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
./gradlew jmh
- name: JMH Benchmark Action
uses: kitlangton/jmh-benchmark-action@main
uses: sya-ri/jmh-benchmark-action@main
with:
jmh-output-path: build/results/jmh/results.json
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1eae5f

Please sign in to comment.