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

Side by Side Diff: tools/nanobench_flags.json

Issue 1522273006: Blacklist GLInstancedArraysBench on ipad (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 | « no previous file | 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-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [ 2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
3 "--images", 3 "--images",
4 "--gpuStatsDump", 4 "--gpuStatsDump",
5 "true", 5 "true",
6 "--scales", 6 "--scales",
7 "1.0", 7 "1.0",
8 "1.1", 8 "1.1",
9 "--config", 9 "--config",
10 "565", 10 "565",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "angle", 224 "angle",
225 "hwui", 225 "hwui",
226 "msaa16", 226 "msaa16",
227 "nvprmsaa16", 227 "nvprmsaa16",
228 "--match", 228 "--match",
229 "~blurroundrect", 229 "~blurroundrect",
230 "~patch_grid", 230 "~patch_grid",
231 "~desk_carsvg", 231 "~desk_carsvg",
232 "~keymobi", 232 "~keymobi",
233 "~path_hairline", 233 "~path_hairline",
234 "~GLInstancedArraysBench",
234 "~inc0.gif", 235 "~inc0.gif",
235 "~inc1.gif", 236 "~inc1.gif",
236 "~incInterlaced.gif", 237 "~incInterlaced.gif",
237 "~inc0.jpg", 238 "~inc0.jpg",
238 "~incGray.jpg", 239 "~incGray.jpg",
239 "~inc0.wbmp", 240 "~inc0.wbmp",
240 "~inc1.wbmp", 241 "~inc1.wbmp",
241 "~inc0.webp", 242 "~inc0.webp",
242 "~inc1.webp", 243 "~inc1.webp",
243 "~inc0.ico", 244 "~inc0.ico",
244 "~inc1.ico", 245 "~inc1.ico",
245 "~inc0.png", 246 "~inc0.png",
246 "~inc1.png", 247 "~inc1.png",
247 "~inc2.png", 248 "~inc2.png",
248 "~inc12.png", 249 "~inc12.png",
249 "~inc13.png", 250 "~inc13.png",
250 "~inc14.png", 251 "~inc14.png",
251 "~inc0.webp", 252 "~inc0.webp",
252 "~inc1.webp" 253 "~inc1.webp"
253 ] 254 ]
254 } 255 }
OLDNEW
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698