[perf] Err. Remove HUGE font from perf suite

This commit is contained in:
Behdad Esfahbod 2022-04-21 13:51:37 -06:00
parent 7f7ebdc6bb
commit 4c177de1f5
2 changed files with 2 additions and 0 deletions

View File

@ -79,9 +79,11 @@ BENCHMARK_CAPTURE (BM_subset_codepoints, subset_mplus1p,
->Unit(benchmark::kMillisecond) ->Unit(benchmark::kMillisecond)
->Range(10, 10000); ->Range(10, 10000);
#if 0
BENCHMARK_CAPTURE (BM_subset_codepoints, subset_notocjk, BENCHMARK_CAPTURE (BM_subset_codepoints, subset_notocjk,
"perf/fonts/NotoSansCJKsc-VF.ttf") "perf/fonts/NotoSansCJKsc-VF.ttf")
->Unit(benchmark::kMillisecond) ->Unit(benchmark::kMillisecond)
->Range(10, 100000); ->Range(10, 100000);
#endif
BENCHMARK_MAIN(); BENCHMARK_MAIN();

Binary file not shown.