[perf] Err. Remove HUGE font from perf suite
This commit is contained in:
parent
7f7ebdc6bb
commit
4c177de1f5
|
@ -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…
Reference in New Issue