Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit d80d245

Browse files
committed
fix report step
1 parent 080c599 commit d80d245

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmarks/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ SDK_TEST_JAR=$(SDK_JARS_DIR)/launchdarkly-java-server-sdk-$(SDK_VERSION)-test.ja
1212

1313
benchmark: $(BENCHMARK_ALL_JAR) $(BENCHMARK_TEST_JAR)
1414
rm -rf build/tmp
15-
../gradlew jmh jmhReport
15+
../gradlew jmh
1616
cat build/reports/jmh/human.txt
17+
../gradlew jmhReport
1718

1819
clean:
1920
rm -rf build lib

0 commit comments

Comments
 (0)