[benchmark-shape] Remove a few tests
They were not adding value.
This commit is contained in:
parent
3c258e1373
commit
2dec742070
|
@ -27,18 +27,10 @@ struct test_input_t
|
||||||
"perf/texts/fa-thelittleprince.txt",
|
"perf/texts/fa-thelittleprince.txt",
|
||||||
false},
|
false},
|
||||||
|
|
||||||
{"perf/fonts/NotoNastaliqUrdu-Regular.ttf",
|
|
||||||
"perf/texts/fa-monologue.txt",
|
|
||||||
false},
|
|
||||||
|
|
||||||
{"perf/fonts/Amiri-Regular.ttf",
|
{"perf/fonts/Amiri-Regular.ttf",
|
||||||
"perf/texts/fa-thelittleprince.txt",
|
"perf/texts/fa-thelittleprince.txt",
|
||||||
false},
|
false},
|
||||||
|
|
||||||
{"perf/fonts/Amiri-Regular.ttf",
|
|
||||||
"perf/texts/fa-monologue.txt",
|
|
||||||
false},
|
|
||||||
|
|
||||||
{"perf/fonts/Roboto-Regular.ttf",
|
{"perf/fonts/Roboto-Regular.ttf",
|
||||||
"perf/texts/en-thelittleprince.txt",
|
"perf/texts/en-thelittleprince.txt",
|
||||||
false},
|
false},
|
||||||
|
@ -50,10 +42,6 @@ struct test_input_t
|
||||||
{SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf",
|
{SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf",
|
||||||
"perf/texts/en-thelittleprince.txt",
|
"perf/texts/en-thelittleprince.txt",
|
||||||
true},
|
true},
|
||||||
|
|
||||||
{SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf",
|
|
||||||
"perf/texts/en-words.txt",
|
|
||||||
true},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static test_input_t *tests = default_tests;
|
static test_input_t *tests = default_tests;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue