• Home
  • History
  • Annotate
  • only in /external/okhttp/benchmarks/
NameDateSize

..05-Nov-20144 KiB

pom.xml05-Nov-20143 KiB

README.md05-Nov-2014312

src/05-Nov-20144 KiB

README.md

1OkHttp Benchmarks
2=======================================
3
4This module allows you to test the performance of HTTP clients.
5
6### Running
7  1. If you made modifications to `com.squareup.okhttp.benchmarks.Benchmark` run `mvn compile`.
8  2. Run `mvn exec:exec` to launch a new JVM, which will execute the benchmark.
9