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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.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/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",
115 "--images", 117 "--images",
116 "[SLAVE_BUILD]/skimage/nanobench", 118 "[SLAVE_BUILD]/skimage/nanobench",
117 "--nocpu", 119 "--nocpu",
118 "--pre_log", 120 "--pre_log",
119 "--images", 121 "--images",
120 "--gpuStatsDump", 122 "--gpuStatsDump",
121 "true", 123 "true",
122 "--scales", 124 "--scales",
123 "1.0", 125 "1.0",
124 "1.1", 126 "1.1",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
208 "@@@STEP_LOG_END@python.inline@@@" 210 "@@@STEP_LOG_END@python.inline@@@"
209 ] 211 ]
210 }, 212 },
211 { 213 {
212 "name": "$result", 214 "name": "$result",
213 "recipe_result": null, 215 "recipe_result": null,
214 "status_code": 0 216 "status_code": 0
215 } 217 }
216 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698