liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
src/main/java/com/squareup/okhttp/benchmarks | ||
README.md | ||
pom.xml |
README.md
OkHttp Benchmarks
This module allows you to test the performance of HTTP clients.
Running
- If you made modifications to
com.squareup.okhttp.benchmarks.Benchmark
runmvn compile
. - Run
mvn exec:exec
to launch a new JVM, which will execute the benchmark.