android13/external/okhttp/benchmarks
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
src/main/java/com/squareup/okhttp/benchmarks initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
pom.xml initial 2024-06-22 20:45:49 +08:00

README.md

OkHttp Benchmarks

This module allows you to test the performance of HTTP clients.

Running

  1. If you made modifications to com.squareup.okhttp.benchmarks.Benchmark run mvn compile.
  2. Run mvn exec:exec to launch a new JVM, which will execute the benchmark.