Searched refs:TARGET_TIME_MS (Results 1 – 1 of 1) sorted by relevance
50 private static final long TARGET_TIME_MS = 30 * 1000; field in ProtoBench172 iterations = (int) ((TARGET_TIME_MS / (double) elapsed) * iterations); in benchmark()