mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 16:58:01 +02:00
[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:
parent
1522fac5c7
commit
798581a1b5
1 changed files with 5 additions and 5 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue