OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requestspersecond
(Results
1 - 1
of
1
) sorted by null
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java
119
double
requestsPerSecond
= requestCount / reportDuration * TimeUnit.SECONDS.toNanos(1);
121
System.out.println(String.format("Requests per second: %.1f",
requestsPerSecond
));
123
best = Math.max(best,
requestsPerSecond
);
Completed in 112 milliseconds