summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-12 21:58:55 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-13 09:30:26 +0100
commite9d41054f954e84b317ca756edb4cd58dcad6362 (patch)
treeaa420e56787b1578778c86e2ec5b9e60cca84e05 /perf/cairo-perf-micro.c
parentccbd7281b25f4b25a4c324aa815b94d7de76ac90 (diff)
downloadcairo-e9d41054f954e84b317ca756edb4cd58dcad6362.tar.gz
perf/micro: Test wide vs hairline strokes
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf/cairo-perf-micro.c')
-rw-r--r--perf/cairo-perf-micro.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c
index 11071392c..55ca0e851 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -565,9 +565,11 @@ const cairo_perf_case_t perf_cases[] = {
{ dragon, 1024, 1024 },
{ pythagoras_tree, 768, 768 },
{ intersections, 512, 512 },
- { many_strokes, 64, 512 },
- { many_fills, 64, 512 },
- { many_curves, 64, 512 },
+ { many_strokes, 32, 512 },
+ { wide_strokes, 32, 512 },
+ { many_fills, 32, 512 },
+ { wide_fills, 32, 512 },
+ { many_curves, 32, 512 },
{ spiral, 512, 512 },
{ wave, 500, 500 },
{ NULL }