diff options
-rw-r--r-- | perf/cairo-perf.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c index 6bb48f132..ad7da0aff 100644 --- a/perf/cairo-perf.c +++ b/perf/cairo-perf.c @@ -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}, |