summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-12 23:49:12 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-13 09:30:26 +0100
commit2e545672ba14fb49455ce501ded21efd18df1a65 (patch)
tree8e9ca6faa152b4dd74188d16db607ada5f6dfea0 /perf/cairo-perf-micro.c
parente9d41054f954e84b317ca756edb4cd58dcad6362 (diff)
downloadcairo-2e545672ba14fb49455ce501ded21efd18df1a65.tar.gz
perf/micro: diagonal lines
The ideal benchmark for spans?... 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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c
index 55ca0e851..0f5f64ee4 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -544,7 +544,8 @@ const cairo_perf_case_t perf_cases[] = {
{ text, 64, 512},
{ glyphs, 64, 512},
{ mask, 64, 512},
- { curve, 64, 512},
+ { line, 32, 512},
+ { curve, 32, 512},
{ disjoint, 64, 512},
{ hatching, 64, 512},
{ tessellate, 100, 100},