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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.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 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install"
5 ], 5 ],
6 "env": { 6 "env": {
7 "BUILDTYPE": "Debug", 7 "BUILDTYPE": "Debug",
8 "CHROME_HEADLESS": "1", 8 "CHROME_HEADLESS": "1",
9 "SKIA_OUT": "[SLAVE_BUILD]/out", 9 "SKIA_OUT": "[SLAVE_BUILD]/out",
10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 }, 330 },
331 { 331 {
332 "cmd": [ 332 "cmd": [
333 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", 333 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia",
334 "--nanobench", 334 "--nanobench",
335 "--undefok", 335 "--undefok",
336 "-i", 336 "-i",
337 "skiabot/skia_resources", 337 "skiabot/skia_resources",
338 "--skps", 338 "--skps",
339 "skiabot/skia_skp/skps", 339 "skiabot/skia_skp/skps",
340 "--svgs",
341 "skiabot/skia_svg/svgs",
342 "--images", 340 "--images",
343 "skiabot/skia_images/nanobench", 341 "skiabot/skia_images/nanobench",
344 "--nocpu", 342 "--nocpu",
345 "--pre_log", 343 "--pre_log",
346 "--images", 344 "--images",
347 "--gpuStatsDump", 345 "--gpuStatsDump",
348 "true", 346 "true",
349 "--scales", 347 "--scales",
350 "1.0", 348 "1.0",
351 "1.1", 349 "1.1",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 419 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
422 }, 420 },
423 "name": "wait for reboot" 421 "name": "wait for reboot"
424 }, 422 },
425 { 423 {
426 "name": "$result", 424 "name": "$result",
427 "recipe_result": null, 425 "recipe_result": null,
428 "status_code": 0 426 "status_code": 0
429 } 427 }
430 ] 428 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698