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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-GN.json

Issue 2343903002: Run SVGs through nanobench on all Perf bots (Closed)
Patch Set: Use default scales 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/nanobench", 109 "[SLAVE_BUILD]/out/Release/nanobench",
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",
115 "--images", 117 "--images",
116 "[SLAVE_BUILD]/skimage/nanobench", 118 "[SLAVE_BUILD]/skimage/nanobench",
117 "--nogpu", 119 "--nogpu",
118 "--pre_log", 120 "--pre_log",
119 "--scales", 121 "--scales",
120 "1.0", 122 "1.0",
121 "1.1", 123 "1.1",
122 "--config", 124 "--config",
123 "8888", 125 "8888",
124 "gpu", 126 "gpu",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 203 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
202 "@@@STEP_LOG_END@python.inline@@@" 204 "@@@STEP_LOG_END@python.inline@@@"
203 ] 205 ]
204 }, 206 },
205 { 207 {
206 "name": "$result", 208 "name": "$result",
207 "recipe_result": null, 209 "recipe_result": null,
208 "status_code": 0 210 "status_code": 0
209 } 211 }
210 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698