Searched refs:nextRandomKey (Results 1 – 2 of 2) sorted by relevance
70 while (cache.getUnchecked(nextRandomKey()) < maximumSize) {} in setUp()79 dummy += cache.getUnchecked(nextRandomKey()); in time()85 private int nextRandomKey() { in nextRandomKey() method in LoadingCacheSingleThreadBenchmark
73 while (cache.get(nextRandomKey()) < maximumSize) {} in setUp()82 dummy += cache.get(nextRandomKey()); in time()88 private int nextRandomKey() { in nextRandomKey() method in MapMakerSingleThreadBenchmark