Searched refs:requestsPerSecond (Results 1 – 1 of 1) sorted by relevance
118 double requestsPerSecond = requestCount / reportDuration * TimeUnit.SECONDS.toNanos(1); in run() local120 System.out.println(String.format("Requests per second: %.1f", requestsPerSecond)); in run()122 best = Math.max(best, requestsPerSecond); in run()