diff --git a/snappy_unittest.cc b/snappy_unittest.cc index eb9594a..4e18180 100644 --- a/snappy_unittest.cc +++ b/snappy_unittest.cc @@ -1479,8 +1479,9 @@ static void BM_ZFlatIncreasingTableSize(int iters, int arg) { for (int i = 0; i < dst.size(); ++i) { delete[] dst[i]; } + SetBenchmarkLabel(StringPrintf("%zd tables", contents.size())); } -BENCHMARK(BM_ZFlatIncreasingTableSize); +BENCHMARK(BM_ZFlatIncreasingTableSize)->DenseRange(0, 0); } // namespace snappy