diff --git a/perf/benchmark-font.cc b/perf/benchmark-font.cc index 57b700b0d..6f9ef21d9 100644 --- a/perf/benchmark-font.cc +++ b/perf/benchmark-font.cc @@ -20,7 +20,7 @@ struct test_input_t const char *font_path; } tests[] = { - {false, SUBSET_FONT_BASE_PATH "Roboto-Regular.ttf"}, + {true , SUBSET_FONT_BASE_PATH "Roboto-Regular.ttf"}, {false, SUBSET_FONT_BASE_PATH "SourceSansPro-Regular.otf"}, {true , SUBSET_FONT_BASE_PATH "AdobeVFPrototype.otf"}, {true , SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf"},