summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-08 22:39:48 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-22 16:38:12 +0100
commit09651a1c1a4856607423e9b06c1f7c397ba4f304 (patch)
tree8c73f8d2b15df60b309157dec01896520d9fa77b /perf/cairo-perf.c
parent954ebacb71071c53c4e4092b469417f01478bc2d (diff)
Twin perf case
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r--perf/cairo-perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index 613d15cf..a6d59a57 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -458,5 +458,6 @@ const cairo_perf_case_t perf_cases[] = {
{ rounded_rectangles, 512, 512},
{ long_dashed_lines, 512, 512},
{ composite_checker, 16, 512},
+ { twin, 800, 800},
{ NULL }
};