Skip to content

Commit 97d7401

Browse files
committed
try to run jmh bench
Signed-off-by: christian.lutnik <[email protected]>
1 parent 0f49346 commit 97d7401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
verbose: true # optional (default = false)
5656

5757
- name: Run JMH benchmark
58-
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
58+
run: mvn jmh:benchmark
5959
#run: |
6060
# 'mvn clean compile'
6161
# 'mvn jmh:benchmark -rf json -rff output.json .*'

0 commit comments

Comments
 (0)