From 629fa8ee87a419c3a2f6b1477d7ecd81571f0d7e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 May 2022 17:44:50 -0600 Subject: [PATCH] [perf/benchmark-font] Test Roboto as variable even though it's not --- perf/benchmark-font.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},