[perf] Err. Remove HUGE font from perf suite

pull/3544/head
Behdad Esfahbod 3 years ago
parent 7f7ebdc6bb
commit 4c177de1f5
  1. 2
      perf/benchmark-subset.cc
  2. BIN
      perf/fonts/NotoSansCJKsc-VF.ttf

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

Binary file not shown.
Loading…
Cancel
Save