Skip to content

Commit 305c62b

Browse files
committed
updated README
1 parent 7d27844 commit 305c62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http-client-benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mvn clean install -P quick -pl :http-client-benchmarks --am
1818
java -jar target/benchmarks.jar Apache5Benchmark
1919

2020
# Run all benchmarks: 3 warm up iterations, 3 benchmark iterations, 1 fork
21-
java -jar target/benchmarks.jar -wi 3 -i 3 -f 1
21+
java -jar target/http-client-benchmarks.jar -wi 3 -i 3 -f 1
2222
```
2323

2424
- Using `mvn exec:exec` commands to invoke `UnifiedBenchmarkRunner` main method

0 commit comments

Comments
 (0)