skia2/tools/nanobench_flags.json
mtklein bf9e600069 nanobench: split CPU and GPU .SKP tile sizes.
Let's make CPU-bound .SKP benching mimic Chrome's tiles.
Unfortunately, the CPU code also performs a lot better with those big wide tiles...

BUG=skia:

Review URL: https://codereview.chromium.org/1189863002
2015-06-16 10:41:27 -07:00

96 lines
1.6 KiB
JSON

{
"Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"--match",
"~blurroundrect",
"~patch_grid",
"~desk_carsvg",
"~desk_unicodetable"
],
"Perf-Android-Nexus7-Tegra3-Arm7-Release": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa4",
"nvprmsaa4",
"--match",
"skp"
],
"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa16",
"nvprmsaa16",
"--loops",
"1",
"--samples",
"1"
],
"Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [
"--scales",
"1.0",
"1.1",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa16",
"nvprmsaa16",
"--GPUbenchTileW",
"256",
"--GPUbenchTileH",
"256",
"--match",
"~gradient",
"~etc1bitmap"
],
"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [
"--scales",
"1.0",
"1.1",
"--skps",
"ignore_skps",
"--config",
"565",
"8888",
"gpu",
"nonrendering",
"angle",
"hwui",
"msaa16",
"nvprmsaa16",
"--match",
"~blurroundrect",
"~patch_grid",
"~desk_carsvg",
"~keymobi",
"~path_hairline"
]
}