1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-17 08:42:25 +03:00
Files
okhttp/benchmarks
jwilson 8ff3725031 Change Callback to take a Call.
This makes it much easier to test if the call was canceled.

Note that the Call's request is always the original user request.
This is different than the previous request that was passed in, as
that could have been the follow up to a redirect.
2016-01-11 15:40:28 -08:00
..

OkHttp Benchmarks

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

Running

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