Skip to content

Commit

Permalink
Test actions benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Nov 17, 2023
1 parent 13c4d8c commit f325ae9
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 @@ -25,6 +25,7 @@ jobs:
distribution: 'adopt'
- name: Build and run JMH benchmark
run: |
./gradlew jmh
ls -a
cd lib
ls -a
Expand All @@ -34,7 +35,6 @@ jobs:
ls -a
cd jmh
ls -a
./gradlew jmh
- name: JMH Benchmark Action
uses: kitlangton/jmh-benchmark-action@main
with:
Expand Down

0 comments on commit f325ae9

Please sign in to comment.