skia2/tools/nanobench_flags.json
mtklein 7e78f3d0e7 Fix bug in Valgrind flags config.
'GPU' is in 'Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU' too.

This means we're building it in no-GPU mode, and running it in no-CPU mode.
At least it finishes quite quickly this way (~10 seconds).

BUG=skia:

Review URL: https://codereview.chromium.org/992203004
2015-03-10 08:03:26 -07:00

92 lines
1.5 KiB
JSON

{
"Perf-Android-GalaxyS3-Mali400-Arm7-Release": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa4",
"nvprmsaa4",
"--match",
"~blurroundrect",
"~patch_grid",
"~desk_carsvg",
"--nocpu"
],
"Perf-Android-Nexus7-Tegra3-Arm7-Release": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa4",
"nvprmsaa4",
"--match",
"skp"
],
"Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa16",
"nvprmsaa16",
"--loops",
"1",
"--samples",
"1",
"--nocpu"
],
"Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa16",
"nvprmsaa16",
"--loops",
"1",
"--samples",
"1",
"--nogpu"
],
"Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa16",
"nvprmsaa16",
"--match",
"~gradient",
"~etc1bitmap"
]
}