perf: Change minimum size of paint test to 256

The paint tests at sizes less than 256 were just too fast to be
significant.
This commit is contained in:
Carl Worth 2006-10-17 17:53:43 -07:00
parent c1f134fa13
commit d8c23d5ed7

View file

@ -249,7 +249,7 @@ main (int argc, char *argv[])
}
cairo_perf_case_t perf_cases[] = {
{ paint, 64, 512},
{ paint, 256, 512},
{ fill, 64, 256},
{ stroke, 64, 256},
{ text, 64, 256},