summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-09-06 05:17:01 -0700
committerCarl Worth <cworth@cworth.org>2006-09-06 05:17:01 -0700
commita7844338da31785e8bc4261feaf4ea16adc6abdb (patch)
tree9bff9117067156d607c1227cf05ff62f99919456 /perf/cairo-perf.c
parent221c02098f81d16b642693356afb1f4cf7fca5fd (diff)
perf: Add tessellate test case (in -16, -64, and -256 varieties)
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r--perf/cairo-perf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index 71f1bb66..7b927b30 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -198,5 +198,8 @@ main (int argc, char *argv[])
cairo_perf_t perfs[] = {
{ "paint", paint, 64, 512 },
{ "paint_alpha", paint_alpha, 64, 512 },
+ { "tessellate-16", tessellate_16, 100, 100},
+ { "tessellate-64", tessellate_64, 100, 100},
+ { "tessellate-256", tessellate_256, 100, 100},
{ NULL }
};