summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-07 12:12:10 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-07 12:14:11 +0100
commitd953161f881d1e5646574362d296a80afc0ff6e2 (patch)
tree64c219244a6291348a1e3c666ab6b7e967cf822b /perf/cairo-perf-micro.c
parent4236821d11407eb4af5a02bac78aff1fc19be017 (diff)
downloadcairo-d953161f881d1e5646574362d296a80afc0ff6e2.tar.gz
perf: Add many-strokes
An intersection variant to exercise the stroker with many, many lines. A silly benchmark, but a popular one in the wild. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c
index ca447defb..b62a2ce3f 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -564,6 +564,7 @@ const cairo_perf_case_t perf_cases[] = {
{ dragon, 1024, 1024 },
{ pythagoras_tree, 768, 768 },
{ intersections, 512, 512 },
+ { many_strokes, 64, 512 },
{ spiral, 512, 512 },
{ wave, 500, 500 },
{ NULL }