diff --git a/perf/benchmark-subset.cc b/perf/benchmark-subset.cc index 10fedf028..cf775d5a1 100644 --- a/perf/benchmark-subset.cc +++ b/perf/benchmark-subset.cc @@ -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(); diff --git a/perf/fonts/NotoSansCJKsc-VF.ttf b/perf/fonts/NotoSansCJKsc-VF.ttf deleted file mode 100644 index e67840913..000000000 Binary files a/perf/fonts/NotoSansCJKsc-VF.ttf and /dev/null differ