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

Side by Side Diff: tools/nanobench_flags.json

Issue 986583004: Run Valgrind bots with --nogpu and --nocpu as appropriate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nanobench 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
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 16 matching lines...) Expand all
27 "8888", 27 "8888",
28 "gpu", 28 "gpu",
29 "nonrendering", 29 "nonrendering",
30 "angle", 30 "angle",
31 "hwui", 31 "hwui",
32 "msaa4", 32 "msaa4",
33 "nvprmsaa4", 33 "nvprmsaa4",
34 "--match", 34 "--match",
35 "skp" 35 "skp"
36 ], 36 ],
37 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [ 37 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_CPU": [
38 "--scales", 38 "--scales",
39 "1.0", 39 "1.0",
40 "1.1", 40 "1.1",
41 "--config", 41 "--config",
42 "565", 42 "565",
43 "8888", 43 "8888",
44 "gpu", 44 "gpu",
45 "nonrendering", 45 "nonrendering",
46 "angle", 46 "angle",
47 "hwui", 47 "hwui",
48 "msaa16", 48 "msaa16",
49 "nvprmsaa16", 49 "nvprmsaa16",
50 "--loops", 50 "--loops",
51 "1", 51 "1",
52 "--samples", 52 "--samples",
53 "1" 53 "1",
54 "--nogpu"
55 ],
56 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
57 "--scales",
58 "1.0",
59 "1.1",
60 "--config",
61 "565",
62 "8888",
63 "gpu",
64 "nonrendering",
65 "angle",
66 "hwui",
67 "msaa16",
68 "nvprmsaa16",
69 "--loops",
70 "1",
71 "--samples",
72 "1",
73 "--nocpu"
54 ], 74 ],
55 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [ 75 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
56 "--scales", 76 "--scales",
57 "1.0", 77 "1.0",
58 "1.1", 78 "1.1",
59 "--config", 79 "--config",
60 "565", 80 "565",
61 "8888", 81 "8888",
62 "gpu", 82 "gpu",
63 "nonrendering", 83 "nonrendering",
64 "angle", 84 "angle",
65 "hwui", 85 "hwui",
66 "msaa16", 86 "msaa16",
67 "nvprmsaa16", 87 "nvprmsaa16",
68 "--match", 88 "--match",
69 "~gradient", 89 "~gradient",
70 "~etc1bitmap" 90 "~etc1bitmap"
71 ] 91 ]
72 } 92 }
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