xref: /aosp_15_r20/external/okhttp/benchmarks/README.md (revision ab625e417e7950f52094c019474d2a9e9f14a68c)
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