We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d27844 commit 305c62bCopy full SHA for 305c62b
test/http-client-benchmarks/README.md
@@ -18,7 +18,7 @@ mvn clean install -P quick -pl :http-client-benchmarks --am
18
java -jar target/benchmarks.jar Apache5Benchmark
19
20
# Run all benchmarks: 3 warm up iterations, 3 benchmark iterations, 1 fork
21
-java -jar target/benchmarks.jar -wi 3 -i 3 -f 1
+java -jar target/http-client-benchmarks.jar -wi 3 -i 3 -f 1
22
```
23
24
- Using `mvn exec:exec` commands to invoke `UnifiedBenchmarkRunner` main method
0 commit comments