aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/README.md
blob: 59f571fc5548b81b16d7df217f400351c8df14cc (plain)
1
2
3
4
5
6
7
8
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.