1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-30 18:01:29 +03:00
Files
okhttp/benchmarks/README.md

9 lines
312 B
Markdown

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.