diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-08 22:39:48 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-22 16:38:12 +0100 |
commit | 09651a1c1a4856607423e9b06c1f7c397ba4f304 (patch) | |
tree | 8c73f8d2b15df60b309157dec01896520d9fa77b /perf/cairo-perf.c | |
parent | 954ebacb71071c53c4e4092b469417f01478bc2d (diff) |
Twin perf case
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r-- | perf/cairo-perf.c | 1 |
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 } }; |