Home
last modified time | relevance | path

Searched refs:requestsPerSecond (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java118 double requestsPerSecond = requestCount / reportDuration * TimeUnit.SECONDS.toNanos(1); in run() local
120 System.out.println(String.format("Requests per second: %.1f", requestsPerSecond)); in run()
122 best = Math.max(best, requestsPerSecond); in run()