Skip to content

Commit

Permalink
Merge pull request #124 from jtnord/patch-1
Browse files Browse the repository at this point in the history
Activate the benchmark profile directly rather than indirectly via a property
  • Loading branch information
oleg-nenashev authored Dec 23, 2019
2 parents 71120c5 + bf68549 commit 67a3606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/runBenchmarks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def call(String artifacts = null) {
}

stage('Run Benchmarks') {
List<String> mvnOptions = ['test', '-Dbenchmark']
List<String> mvnOptions = ['test', '-P', 'jmh-benchmark']
infra.runMaven(mvnOptions)
}

Expand Down

0 comments on commit 67a3606

Please sign in to comment.