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

Side by Side Diff: tools/nanobench_flags.json

Issue 1129443005: Add presubmit to run `{dm,nanobench}_flags.py test` when changed. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: python Created 5 years, 7 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 | « tools/dm_flags.py ('k') | no next file » | 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-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
3 "--scales",
4 "1.0",
5 "1.1",
6 "--config",
7 "565",
8 "8888",
9 "gpu",
10 "nonrendering",
11 "angle",
12 "hwui",
13 "--match",
14 "~blurroundrect",
15 "~patch_grid",
16 "~desk_carsvg",
17 "~desk_unicodetable"
18 ],
2 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [ 19 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [
3 "--scales", 20 "--scales",
4 "1.0", 21 "1.0",
5 "1.1", 22 "1.1",
6 "--config", 23 "--config",
7 "565", 24 "565",
8 "8888", 25 "8888",
9 "gpu", 26 "gpu",
10 "nonrendering", 27 "nonrendering",
11 "angle", 28 "angle",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "nvprmsaa16", 65 "nvprmsaa16",
49 "--benchTileW", 66 "--benchTileW",
50 "256", 67 "256",
51 "--benchTileH", 68 "--benchTileH",
52 "256", 69 "256",
53 "--match", 70 "--match",
54 "~gradient", 71 "~gradient",
55 "~etc1bitmap" 72 "~etc1bitmap"
56 ] 73 ]
57 } 74 }
OLDNEW
« no previous file with comments | « tools/dm_flags.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698