Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/main/java/com/squareup/okhttp/benchmarks/ | H | 25-Apr-2025 | - | 891 | 605 | |
README.md | H A D | 25-Apr-2025 | 312 | 9 | 6 | |
pom.xml | H A D | 25-Apr-2025 | 4.2 KiB | 143 | 135 |
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