Searched refs:kIterations (Results 1 – 2 of 2) sorted by relevance
500 const size_t kIterations = 100; in Benchmark() local501 timings->num_comparisons_ += reference.size() * kIterations; in Benchmark()504 for (size_t j = 0; j < kIterations; ++j) { in Benchmark()516 for (size_t j = 0; j < kIterations; ++j) { in Benchmark()
706 constexpr size_t kIterations = 10000; // Number of iterations in TestUnlockObject() local720 for (size_t i = 0; i < kIterations; ++i) { in TestUnlockObject()