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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.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, 8 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.bat", 4 "git.bat",
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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 }, 307 },
308 { 308 {
309 "cmd": [ 309 "cmd": [
310 "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Relea se-Trybot\\Release_x64\\nanobench", 310 "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Relea se-Trybot\\Release_x64\\nanobench",
311 "--undefok", 311 "--undefok",
312 "-i", 312 "-i",
313 "[SLAVE_BUILD]\\skia\\resources", 313 "[SLAVE_BUILD]\\skia\\resources",
314 "--skps", 314 "--skps",
315 "[SLAVE_BUILD]\\playback\\skps", 315 "[SLAVE_BUILD]\\playback\\skps",
316 "--images", 316 "--images",
317 "[SLAVE_BUILD]\\images\\dm", 317 "[SLAVE_BUILD]\\images\\nanobench",
318 "--nocpu", 318 "--nocpu",
319 "--dummy-flags", 319 "--dummy-flags",
320 "--outResultsFile", 320 "--outResultsFile",
321 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data\\nanobench_164710_1408633190.json", 321 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data\\nanobench_164710_1408633190.json",
322 "--properties", 322 "--properties",
323 "gitHash", 323 "gitHash",
324 "164710", 324 "164710",
325 "build_number", 325 "build_number",
326 "5", 326 "5",
327 "issue", 327 "issue",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot" 394 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot"
395 }, 395 },
396 "name": "Upload nanobench Results" 396 "name": "Upload nanobench Results"
397 }, 397 },
398 { 398 {
399 "name": "$result", 399 "name": "$result",
400 "recipe_result": null, 400 "recipe_result": null,
401 "status_code": 0 401 "status_code": 0
402 } 402 }
403 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698