Home | History | Annotate | only in /external/okhttp/benchmarks
Up to higher level directory
NameDateSize
pom.xml05-Oct-20174.2K
README.md05-Oct-2017312
src/05-Oct-2017

README.md

      1 OkHttp Benchmarks
      2 =======================================
      3 
      4 This 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