[perf] Extend range of testing.

Primarily to test longer glyph runs, but also test large upper bounds for
strokes and fills.
This commit is contained in:
Chris Wilson 2009-01-30 22:12:49 +00:00
parent 1522fac5c7
commit 798581a1b5

View file

@ -444,11 +444,11 @@ main (int argc, char *argv[])
}
const cairo_perf_case_t perf_cases[] = {
{ paint, 256, 512},
{ paint_with_alpha, 256, 512},
{ fill, 64, 256},
{ stroke, 64, 256},
{ text, 64, 256},
{ paint, 64, 512},
{ paint_with_alpha, 64, 512},
{ fill, 64, 512},
{ stroke, 64, 512},
{ text, 64, 512},
{ tessellate, 100, 100},
{ subimage_copy, 16, 512},
{ pattern_create_radial, 16, 16},