mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 04:08:13 +02:00
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:
parent
c1f134fa13
commit
d8c23d5ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue