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

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

Issue 2348563003: Revert of Run SVGs through nanobench on all Perf bots (Closed)
Patch Set: Created 4 years, 3 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 "--svgs",
116 "[SLAVE_BUILD]/svg",
117 "--images", 115 "--images",
118 "[SLAVE_BUILD]/skimage/nanobench", 116 "[SLAVE_BUILD]/skimage/nanobench",
119 "--nocpu", 117 "--nocpu",
120 "--pre_log", 118 "--pre_log",
121 "--images", 119 "--images",
122 "--gpuStatsDump", 120 "--gpuStatsDump",
123 "true", 121 "true",
124 "--scales", 122 "--scales",
125 "1.0", 123 "1.0",
126 "1.1", 124 "1.1",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 207 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
210 "@@@STEP_LOG_END@python.inline@@@" 208 "@@@STEP_LOG_END@python.inline@@@"
211 ] 209 ]
212 }, 210 },
213 { 211 {
214 "name": "$result", 212 "name": "$result",
215 "recipe_result": null, 213 "recipe_result": null,
216 "status_code": 0 214 "status_code": 0
217 } 215 }
218 ] 216 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698