Skip to content

Commit 0f49346

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pullrequest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
verbose: true # optional (default = false)
5656

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

6263
- name: Perform CodeQL Analysis
6364
uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02

0 commit comments

Comments
 (0)