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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.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 "[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",
340 "--images", 342 "--images",
341 "skiabot/skia_images/nanobench", 343 "skiabot/skia_images/nanobench",
342 "--nocpu", 344 "--nocpu",
343 "--pre_log", 345 "--pre_log",
344 "--images", 346 "--images",
345 "--gpuStatsDump", 347 "--gpuStatsDump",
346 "true", 348 "true",
347 "--scales", 349 "--scales",
348 "1.0", 350 "1.0",
349 "1.1", 351 "1.1",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 421 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
420 }, 422 },
421 "name": "wait for reboot" 423 "name": "wait for reboot"
422 }, 424 },
423 { 425 {
424 "name": "$result", 426 "name": "$result",
425 "recipe_result": null, 427 "recipe_result": null,
426 "status_code": 0 428 "status_code": 0
427 } 429 }
428 ] 430 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698