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

Side by Side Diff: tools/nanobench_flags.json

Issue 2145633002: Run the Vulkan config on nanobench for Vulkan bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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": [ 2 "Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release": [
3 "--pre_log", 3 "--pre_log",
4 "--images", 4 "--images",
5 "--gpuStatsDump", 5 "--gpuStatsDump",
6 "true", 6 "true",
7 "--useThermalManager", 7 "--useThermalManager",
8 "1,1,10,1000", 8 "1,1,10,1000",
9 "--scales", 9 "--scales",
10 "1.0", 10 "1.0",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "~inc1.ico", 81 "~inc1.ico",
82 "~inc0.png", 82 "~inc0.png",
83 "~inc1.png", 83 "~inc1.png",
84 "~inc2.png", 84 "~inc2.png",
85 "~inc12.png", 85 "~inc12.png",
86 "~inc13.png", 86 "~inc13.png",
87 "~inc14.png", 87 "~inc14.png",
88 "~inc0.webp", 88 "~inc0.webp",
89 "~inc1.webp" 89 "~inc1.webp"
90 ], 90 ],
91 "Perf-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release-Vulkan": [
92 "--pre_log",
93 "--images",
94 "--gpuStatsDump",
95 "true",
96 "--useThermalManager",
97 "1,1,10,1000",
98 "--scales",
99 "1.0",
100 "1.1",
101 "--config",
102 "vk",
103 "--match",
104 "~blurroundrect",
105 "~patch_grid",
106 "~desk_carsvg",
107 "~inc0.gif",
108 "~inc1.gif",
109 "~incInterlaced.gif",
110 "~inc0.jpg",
111 "~incGray.jpg",
112 "~inc0.wbmp",
113 "~inc1.wbmp",
114 "~inc0.webp",
115 "~inc1.webp",
116 "~inc0.ico",
117 "~inc1.ico",
118 "~inc0.png",
119 "~inc1.png",
120 "~inc2.png",
121 "~inc12.png",
122 "~inc13.png",
123 "~inc14.png",
124 "~inc0.webp",
125 "~inc1.webp"
126 ],
91 "Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release": [ 127 "Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release": [
92 "--pre_log", 128 "--pre_log",
93 "--images", 129 "--images",
94 "--gpuStatsDump", 130 "--gpuStatsDump",
95 "true", 131 "true",
96 "--useThermalManager", 132 "--useThermalManager",
97 "1,1,10,1000", 133 "1,1,10,1000",
98 "--scales", 134 "--scales",
99 "1.0", 135 "1.0",
100 "1.1", 136 "1.1",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "~inc0.png", 494 "~inc0.png",
459 "~inc1.png", 495 "~inc1.png",
460 "~inc2.png", 496 "~inc2.png",
461 "~inc12.png", 497 "~inc12.png",
462 "~inc13.png", 498 "~inc13.png",
463 "~inc14.png", 499 "~inc14.png",
464 "~inc0.webp", 500 "~inc0.webp",
465 "~inc1.webp" 501 "~inc1.webp"
466 ] 502 ]
467 } 503 }
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