Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: tools/nanobench_flags.json

Issue 1189863002: nanobench: split CPU and GPU .SKP tile sizes. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: update flags Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/SKPBench.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.json
diff --git a/tools/nanobench_flags.json b/tools/nanobench_flags.json
index e90f21741c5d169ce553256b81cee99d411503dc..90002a8a0b1ba198a0c45b23f2561aa84bcfb3a1 100644
--- a/tools/nanobench_flags.json
+++ b/tools/nanobench_flags.json
@@ -63,12 +63,34 @@
"hwui",
"msaa16",
"nvprmsaa16",
- "--benchTileW",
+ "--GPUbenchTileW",
"256",
- "--benchTileH",
+ "--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"
]
}
« no previous file with comments | « bench/SKPBench.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698