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

Side by Side Diff: tools/nanobench_flags.json

Issue 1396113002: Renable image benchmarking (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Disable GPU image and interlaced on 32 bit Created 5 years, 2 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
OLDNEW
1 { 1 {
2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [ 2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
3 "--images", 3 "--images",
4 "--scales", 4 "--scales",
5 "1.0", 5 "1.0",
6 "1.1", 6 "1.1",
7 "--config", 7 "--config",
8 "565", 8 "565",
9 "8888", 9 "8888",
10 "gpu", 10 "gpu",
11 "nonrendering", 11 "nonrendering",
12 "angle", 12 "angle",
13 "hwui", 13 "hwui",
14 "--match", 14 "--match",
15 "~blurroundrect", 15 "~blurroundrect",
16 "~patch_grid", 16 "~patch_grid",
17 "~desk_carsvg", 17 "~desk_carsvg",
18 "~desk_unicodetable" 18 "~desk_unicodetable",
19 "~interlaced1.png",
20 "~interlaced2.png",
21 "~interlaced3.png"
19 ], 22 ],
20 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [ 23 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [
21 "--images",
22 "--scales", 24 "--scales",
msarett 2015/10/15 14:20:57 This is autogenerated? Does this mean that there
scroggo 2015/10/15 14:40:47 Yes.
mtklein 2015/10/15 15:02:55 Exactly correct. We use enough test bots to get 1
23 "1.0", 25 "1.0",
24 "1.1", 26 "1.1",
25 "--config", 27 "--config",
26 "565", 28 "565",
27 "8888", 29 "8888",
28 "gpu", 30 "gpu",
29 "nonrendering", 31 "nonrendering",
30 "angle", 32 "angle",
31 "hwui", 33 "hwui",
32 "msaa4", 34 "msaa4",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "8888", 66 "8888",
65 "gpu", 67 "gpu",
66 "nonrendering", 68 "nonrendering",
67 "angle", 69 "angle",
68 "hwui", 70 "hwui",
69 "msaa16", 71 "msaa16",
70 "nvprmsaa16", 72 "nvprmsaa16",
71 "--loops", 73 "--loops",
72 "1", 74 "1",
73 "--samples", 75 "--samples",
74 "1" 76 "1",
77 "--match",
78 "~interlaced1.png",
79 "~interlaced2.png",
80 "~interlaced3.png"
75 ], 81 ],
76 "Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [ 82 "Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [
77 "--images", 83 "--images",
78 "--scales", 84 "--scales",
79 "1.0", 85 "1.0",
80 "1.1", 86 "1.1",
81 "--config", 87 "--config",
82 "565", 88 "565",
83 "8888", 89 "8888",
84 "gpu", 90 "gpu",
85 "nonrendering", 91 "nonrendering",
86 "angle", 92 "angle",
87 "hwui", 93 "hwui",
88 "msaa16", 94 "msaa16",
89 "nvprmsaa16", 95 "nvprmsaa16",
90 "--GPUbenchTileW", 96 "--GPUbenchTileW",
91 "256", 97 "256",
92 "--GPUbenchTileH", 98 "--GPUbenchTileH",
93 "256", 99 "256",
94 "--match", 100 "--match",
95 "~gradient", 101 "~gradient",
96 "~etc1bitmap" 102 "~etc1bitmap",
103 "~interlaced1.png",
104 "~interlaced2.png",
105 "~interlaced3.png"
97 ], 106 ],
98 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [ 107 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [
99 "--images", 108 "--images",
100 "--scales", 109 "--scales",
101 "1.0", 110 "1.0",
102 "1.1", 111 "1.1",
103 "--skps", 112 "--skps",
104 "ignore_skps", 113 "ignore_skps",
105 "--config", 114 "--config",
106 "565", 115 "565",
107 "8888", 116 "8888",
108 "gpu", 117 "gpu",
109 "nonrendering", 118 "nonrendering",
110 "angle", 119 "angle",
111 "hwui", 120 "hwui",
112 "msaa16", 121 "msaa16",
113 "nvprmsaa16", 122 "nvprmsaa16",
114 "--match", 123 "--match",
115 "~blurroundrect", 124 "~blurroundrect",
116 "~patch_grid", 125 "~patch_grid",
117 "~desk_carsvg", 126 "~desk_carsvg",
118 "~keymobi", 127 "~keymobi",
119 "~path_hairline" 128 "~path_hairline"
120 ] 129 ]
121 } 130 }
OLDNEW
« no previous file with comments | « bench/nanobench.cpp ('k') | tools/nanobench_flags.py » ('j') | tools/nanobench_flags.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698