We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f49346 commit 97d7401Copy full SHA for 97d7401
.github/workflows/pullrequest.yml
@@ -55,7 +55,7 @@ jobs:
55
verbose: true # optional (default = false)
56
57
- name: Run JMH benchmark
58
- run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
+ run: mvn jmh:benchmark
59
#run: |
60
# 'mvn clean compile'
61
# 'mvn jmh:benchmark -rf json -rff output.json .*'
0 commit comments