f73e589c0d
This should look suspiciously similar to tools/dm_flags.py. In fact, I tweaked tools/dm_flags.py a bit to make it even more suspiciously similar. I'll leave actually deduping this to future me. I noticed we have an opportunity to make our Valgrind run of nanobench faster, by not only making it not auto-calibrate (--loops 1) but also take only one measurement (--samples 1). Should be 5-10x faster than the default. BUG=skia: Review URL: https://codereview.chromium.org/957503002
36 lines
622 B
JSON
36 lines
622 B
JSON
{
|
|
"Perf-Android-GalaxyS3-Mali400-Arm7-Release": [
|
|
"--scales",
|
|
"1.0",
|
|
"1.1",
|
|
"--match",
|
|
"~blurroundrect",
|
|
"~patch_grid",
|
|
"~desk_carsvg",
|
|
"--nocpu"
|
|
],
|
|
"Perf-Android-Nexus7-Tegra3-Arm7-Release": [
|
|
"--scales",
|
|
"1.0",
|
|
"1.1",
|
|
"--match",
|
|
"skp"
|
|
],
|
|
"Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
|
|
"--scales",
|
|
"1.0",
|
|
"1.1",
|
|
"--loops",
|
|
"1",
|
|
"--samples",
|
|
"1"
|
|
],
|
|
"Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
|
|
"--scales",
|
|
"1.0",
|
|
"1.1",
|
|
"--match",
|
|
"~gradient",
|
|
"~etc1bitmap"
|
|
]
|
|
} |