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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.json

Issue 1917903003: Skia bots: use nanobench images in nanobench (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "catchsegv", 271 "catchsegv",
272 "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea se-VisualBench/Release/visualbench", 272 "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea se-VisualBench/Release/visualbench",
273 "--undefok", 273 "--undefok",
274 "-i", 274 "-i",
275 "[SLAVE_BUILD]/skia/resources", 275 "[SLAVE_BUILD]/skia/resources",
276 "--skps", 276 "--skps",
277 "[SLAVE_BUILD]/playback/skps", 277 "[SLAVE_BUILD]/playback/skps",
278 "--images", 278 "--images",
279 "[SLAVE_BUILD]/images/dm", 279 "[SLAVE_BUILD]/images/nanobench",
280 "--nocpu", 280 "--nocpu",
281 "--dummy-flags", 281 "--dummy-flags",
282 "--outResultsFile", 282 "--outResultsFile",
283 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea se-VisualBench/data/nanobench_164710_1408633190.json", 283 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea se-VisualBench/data/nanobench_164710_1408633190.json",
284 "--properties", 284 "--properties",
285 "gitHash", 285 "gitHash",
286 "164710", 286 "164710",
287 "build_number", 287 "build_number",
288 "5", 288 "5",
289 "--key", 289 "--key",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Release-VisualBench" 353 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Release-VisualBench"
354 }, 354 },
355 "name": "Upload visualbench Results" 355 "name": "Upload visualbench Results"
356 }, 356 },
357 { 357 {
358 "name": "$result", 358 "name": "$result",
359 "recipe_result": null, 359 "recipe_result": null,
360 "status_code": 0 360 "status_code": 0
361 } 361 }
362 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698