summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-12-18 11:23:33 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-19 14:06:10 +0000
commit7657bda0172f823fba61db4f66e0166c7619fbd2 (patch)
treec012f7f568fa8ef6976b91dfa2b32c9600d4a581 /perf/cairo-perf.c
parentabd0a2627d198eddb628bbc1f2974435a74655a2 (diff)
downloadcairo-7657bda0172f823fba61db4f66e0166c7619fbd2.tar.gz
[perf/pythagoras_tree] Another fractal.
Test lots of rectangles and recursion path construction.
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 984ef5469..d5f692015 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -460,5 +460,6 @@ const cairo_perf_case_t perf_cases[] = {
{ composite_checker, 16, 512},
{ twin, 800, 800},
{ dragon, 1024, 1024 },
+ { pythagoras_tree, 768, 768 },
{ NULL }
};