HomeSort by relevance Sort by last modified time
    Searched refs:nextRandomKey (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/cache/
LoadingCacheSingleThreadBenchmark.java 70 while (cache.getUnchecked(nextRandomKey()) < maximumSize) {}
79 dummy += cache.getUnchecked(nextRandomKey());
85 private int nextRandomKey() {
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MapMakerSingleThreadBenchmark.java 73 while (cache.get(nextRandomKey()) < maximumSize) {}
82 dummy += cache.get(nextRandomKey());
88 private int nextRandomKey() {

Completed in 68 milliseconds