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

Side by Side Diff: tools/nanobench_flags.json

Issue 1839193002: Blacklist shapes benchmarks on Mali400 bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: w/json Created 4 years, 8 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 | « 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-GalaxyS3-GPU-Mali400-Arm7-Release": [
3 "--pre_log",
4 "--images",
5 "--gpuStatsDump",
6 "true",
7 "--useThermalManager",
8 "1,1,10,1000",
9 "--scales",
10 "1.0",
11 "1.1",
12 "--config",
13 "565",
14 "8888",
15 "gpu",
16 "nonrendering",
17 "angle",
18 "hwui",
19 "msaa4",
20 "nvprmsaa4",
21 "--match",
22 "~blurroundrect",
23 "~patch_grid",
24 "~desk_carsvg",
25 "~shapes_",
26 "~inc0.gif",
27 "~inc1.gif",
28 "~incInterlaced.gif",
29 "~inc0.jpg",
30 "~incGray.jpg",
31 "~inc0.wbmp",
32 "~inc1.wbmp",
33 "~inc0.webp",
34 "~inc1.webp",
35 "~inc0.ico",
36 "~inc1.ico",
37 "~inc0.png",
38 "~inc1.png",
39 "~inc2.png",
40 "~inc12.png",
41 "~inc13.png",
42 "~inc14.png",
43 "~inc0.webp",
44 "~inc1.webp"
45 ],
2 "Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release": [ 46 "Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release": [
3 "--pre_log", 47 "--pre_log",
4 "--images", 48 "--images",
5 "--gpuStatsDump", 49 "--gpuStatsDump",
6 "true", 50 "true",
7 "--useThermalManager", 51 "--useThermalManager",
8 "1,1,10,1000", 52 "1,1,10,1000",
9 "--scales", 53 "--scales",
10 "1.0", 54 "1.0",
11 "1.1", 55 "1.1",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "~inc0.png", 362 "~inc0.png",
319 "~inc1.png", 363 "~inc1.png",
320 "~inc2.png", 364 "~inc2.png",
321 "~inc12.png", 365 "~inc12.png",
322 "~inc13.png", 366 "~inc13.png",
323 "~inc14.png", 367 "~inc14.png",
324 "~inc0.webp", 368 "~inc0.webp",
325 "~inc1.webp" 369 "~inc1.webp"
326 ] 370 ]
327 } 371 }
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