[benchmark-shape] Remove a few tests

They were not adding value.
This commit is contained in:
Behdad Esfahbod 2022-06-05 02:04:02 -06:00
parent 3c258e1373
commit 2dec742070
2 changed files with 0 additions and 13 deletions

View File

@ -27,18 +27,10 @@ struct test_input_t
"perf/texts/fa-thelittleprince.txt",
false},
{"perf/fonts/NotoNastaliqUrdu-Regular.ttf",
"perf/texts/fa-monologue.txt",
false},
{"perf/fonts/Amiri-Regular.ttf",
"perf/texts/fa-thelittleprince.txt",
false},
{"perf/fonts/Amiri-Regular.ttf",
"perf/texts/fa-monologue.txt",
false},
{"perf/fonts/Roboto-Regular.ttf",
"perf/texts/en-thelittleprince.txt",
false},
@ -50,10 +42,6 @@ struct test_input_t
{SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf",
"perf/texts/en-thelittleprince.txt",
true},
{SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf",
"perf/texts/en-words.txt",
true},
};
static test_input_t *tests = default_tests;

File diff suppressed because one or more lines are too long