Fix one forgotten instance of StringPrintf -> StrFormat.
PiperOrigin-RevId: 278315159
This commit is contained in:
committed by
Victor Costan
parent
c9212708b2
commit
f48c38f91a
@@ -1479,7 +1479,7 @@ static void BM_ZFlatIncreasingTableSize(int iters, int arg) {
|
|||||||
for (int i = 0; i < dst.size(); ++i) {
|
for (int i = 0; i < dst.size(); ++i) {
|
||||||
delete[] dst[i];
|
delete[] dst[i];
|
||||||
}
|
}
|
||||||
SetBenchmarkLabel(StringPrintf("%zd tables", contents.size()));
|
SetBenchmarkLabel(StrFormat("%zd tables", contents.size()));
|
||||||
}
|
}
|
||||||
BENCHMARK(BM_ZFlatIncreasingTableSize)->DenseRange(0, 0);
|
BENCHMARK(BM_ZFlatIncreasingTableSize)->DenseRange(0, 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user