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

Side by Side Diff: tools/nanobench_flags.json

Issue 1022083002: Only use 256x256 tiles on hd2000 nanobench bots (Closed) Base URL: https://skia.googlesource.com/skia.git@nanobenchTileSize
Patch Set: Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « bench/SKPBench.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Perf-Android-GalaxyS3-Mali400-Arm7-Release": [ 2 "Perf-Android-GalaxyS3-Mali400-Arm7-Release": [
3 "--scales", 3 "--scales",
4 "1.0", 4 "1.0",
5 "1.1", 5 "1.1",
6 "--config", 6 "--config",
7 "565", 7 "565",
8 "8888", 8 "8888",
9 "gpu", 9 "gpu",
10 "nonrendering", 10 "nonrendering",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "1.1", 78 "1.1",
79 "--config", 79 "--config",
80 "565", 80 "565",
81 "8888", 81 "8888",
82 "gpu", 82 "gpu",
83 "nonrendering", 83 "nonrendering",
84 "angle", 84 "angle",
85 "hwui", 85 "hwui",
86 "msaa16", 86 "msaa16",
87 "nvprmsaa16", 87 "nvprmsaa16",
88 "--benchTileW",
89 "256",
90 "--benchTileH",
91 "256",
88 "--match", 92 "--match",
89 "~gradient", 93 "~gradient",
90 "~etc1bitmap" 94 "~etc1bitmap"
91 ] 95 ]
92 } 96 }
OLDNEW
« 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