Skip to content

Commit

Permalink
java
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Nov 17, 2023
1 parent f96546d commit 451c174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jmh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'adopt'
# Run benchmark with `go test -bench` and stores the output to a file
- name: Run benchmark
run: gradlew jmh
run: ./gradlew jmh
# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v1
Expand Down

0 comments on commit 451c174

Please sign in to comment.