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

Side by Side Diff: tools/nanobench_flags.json

Issue 957503002: Add tools/nanobench_flags.py. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
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 | « tools/dm_flags.py ('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
(Empty)
1 {
2 "Perf-Android-GalaxyS3-Mali400-Arm7-Release": [
3 "--scales",
4 "1.0",
5 "1.1",
6 "--match",
7 "~blurroundrect",
8 "~patch_grid",
9 "~desk_carsvg",
10 "--nocpu"
11 ],
12 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [
13 "--scales",
14 "1.0",
15 "1.1",
16 "--match",
17 "skp"
18 ],
19 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
20 "--scales",
21 "1.0",
22 "1.1",
23 "--loops",
24 "1",
25 "--samples",
26 "1"
27 ],
28 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
29 "--scales",
30 "1.0",
31 "1.1",
32 "--match",
33 "~gradient",
34 "~etc1bitmap"
35 ]
36 }
OLDNEW
« no previous file with comments | « tools/dm_flags.py ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698