Skip to content

Commit 5456378

Browse files
committed
Add maven profile to benchmark script
1 parent 5768a87 commit 5456378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ops/bin/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BENCHMARKS_PATH="$INC_PATH/scijava-ops-benchmarks"
1111
BENCH_OUT_FILE=scijava-ops-benchmarks_results.txt
1212

1313
cd "$INC_PATH"
14-
mvn clean install -pl scijava-ops-benchmarks -am
14+
mvn -P benchmarks clean install -pl scijava-ops-benchmarks -am
1515

1616
cd "$BENCHMARKS_PATH"
1717
mvn dependency:copy-dependencies

0 commit comments

Comments
 (0)