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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.json

Issue 2398173002: Disable svgs on nanobench when running on Valgrind (Closed)
Patch Set: Rebase Created 4 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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "catchsegv", 108 "catchsegv",
109 "[SLAVE_BUILD]/out/Release/visualbench", 109 "[SLAVE_BUILD]/out/Release/visualbench",
110 "--undefok", 110 "--undefok",
111 "-i", 111 "-i",
112 "[SLAVE_BUILD]/skia/resources", 112 "[SLAVE_BUILD]/skia/resources",
113 "--skps", 113 "--skps",
114 "[SLAVE_BUILD]/skp", 114 "[SLAVE_BUILD]/skp",
115 "--images",
116 "[SLAVE_BUILD]/skimage/nanobench",
115 "--svgs", 117 "--svgs",
116 "[SLAVE_BUILD]/svg", 118 "[SLAVE_BUILD]/svg",
117 "--images",
118 "[SLAVE_BUILD]/skimage/nanobench",
119 "--nocpu", 119 "--nocpu",
120 "--pre_log", 120 "--pre_log",
121 "--images", 121 "--images",
122 "--gpuStatsDump", 122 "--gpuStatsDump",
123 "true", 123 "true",
124 "--scales", 124 "--scales",
125 "1.0", 125 "1.0",
126 "1.1", 126 "1.1",
127 "--config", 127 "--config",
128 "8888", 128 "8888",
(...skipping 23 matching lines...) Expand all
152 "~inc1.ico", 152 "~inc1.ico",
153 "~inc0.png", 153 "~inc0.png",
154 "~inc1.png", 154 "~inc1.png",
155 "~inc2.png", 155 "~inc2.png",
156 "~inc12.png", 156 "~inc12.png",
157 "~inc13.png", 157 "~inc13.png",
158 "~inc14.png", 158 "~inc14.png",
159 "~inc0.webp", 159 "~inc0.webp",
160 "~inc1.webp", 160 "~inc1.webp",
161 "--outResultsFile", 161 "--outResultsFile",
162 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-VisualBench/data/nanobench_abc123_1337000001.json", 162 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-VisualBench/data/nanobench_abc123_1337018001.json",
163 "--properties", 163 "--properties",
164 "gitHash", 164 "gitHash",
165 "abc123", 165 "abc123",
166 "build_number", 166 "build_number",
167 "5", 167 "5",
168 "--key", 168 "--key",
169 "arch", 169 "arch",
170 "x86_64", 170 "x86_64",
171 "compiler", 171 "compiler",
172 "GCC", 172 "GCC",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
210 "@@@STEP_LOG_END@python.inline@@@" 210 "@@@STEP_LOG_END@python.inline@@@"
211 ] 211 ]
212 }, 212 },
213 { 213 {
214 "name": "$result", 214 "name": "$result",
215 "recipe_result": null, 215 "recipe_result": null,
216 "status_code": 0 216 "status_code": 0
217 } 217 }
218 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698