diff options
Diffstat (limited to 'perf/cairo-perf-micro.c')
-rw-r--r-- | perf/cairo-perf-micro.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c index 55ca0e85..0f5f64ee 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}, |