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

Side by Side Diff: scripts/slave/recipes/chromium_pgo.expected/full_tryserver_chromium_win_win_pgo.json

Issue 2421363002: Use the Chromium-side script to run the PGO benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Use the Chromium-side script to run the PGO benchmarks. Created 4 years, 2 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
« no previous file with comments | « scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_x64_PGO_Builder.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "env": { 221 "env": {
222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
223 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" 223 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s"
224 }, 224 },
225 "name": "Compile: Instrumentation phase." 225 "name": "Compile: Instrumentation phase."
226 }, 226 },
227 { 227 {
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py", 231 "[SLAVE_BUILD]\\src\\build\\win\\run_pgo_profiling_benchmarks.py",
232 "--checkout-dir",
233 "[SLAVE_BUILD]\\src",
234 "--browser-type", 232 "--browser-type",
235 "release", 233 "release",
236 "--target-bits", 234 "--target-cpu",
237 "32", 235 "ia32",
238 "--build-dir", 236 "--build-dir",
239 "[SLAVE_BUILD]\\src\\out\\Release", 237 "[SLAVE_BUILD]\\src\\out\\Release"
240 "--benchmark",
241 "dromaeo.jslibstyleprototype"
242 ], 238 ],
243 "name": "Telemetry benchmark: dromaeo.jslibstyleprototype" 239 "name": "Profiling benchmarks."
244 }, 240 },
245 { 241 {
246 "cmd": [ 242 "cmd": [
247 "python",
248 "-u",
249 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
250 "--checkout-dir",
251 "[SLAVE_BUILD]\\src",
252 "--browser-type",
253 "release",
254 "--target-bits",
255 "32",
256 "--build-dir",
257 "[SLAVE_BUILD]\\src\\out\\Release",
258 "--benchmark",
259 "dromaeo.jslibeventprototype"
260 ],
261 "name": "Telemetry benchmark: dromaeo.jslibeventprototype"
262 },
263 {
264 "cmd": [
265 "python",
266 "-u",
267 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
268 "--checkout-dir",
269 "[SLAVE_BUILD]\\src",
270 "--browser-type",
271 "release",
272 "--target-bits",
273 "32",
274 "--build-dir",
275 "[SLAVE_BUILD]\\src\\out\\Release",
276 "--benchmark",
277 "speedometer"
278 ],
279 "name": "Telemetry benchmark: speedometer"
280 },
281 {
282 "cmd": [
283 "python",
284 "-u",
285 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
286 "--checkout-dir",
287 "[SLAVE_BUILD]\\src",
288 "--browser-type",
289 "release",
290 "--target-bits",
291 "32",
292 "--build-dir",
293 "[SLAVE_BUILD]\\src\\out\\Release",
294 "--benchmark",
295 "smoothness.top_25_smooth"
296 ],
297 "name": "Telemetry benchmark: smoothness.top_25_smooth"
298 },
299 {
300 "cmd": [
301 "python",
302 "-u",
303 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
304 "--checkout-dir",
305 "[SLAVE_BUILD]\\src",
306 "--browser-type",
307 "release",
308 "--target-bits",
309 "32",
310 "--build-dir",
311 "[SLAVE_BUILD]\\src\\out\\Release",
312 "--benchmark",
313 "octane"
314 ],
315 "name": "Telemetry benchmark: octane"
316 },
317 {
318 "cmd": [
319 "python",
320 "-u",
321 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
322 "--checkout-dir",
323 "[SLAVE_BUILD]\\src",
324 "--browser-type",
325 "release",
326 "--target-bits",
327 "32",
328 "--build-dir",
329 "[SLAVE_BUILD]\\src\\out\\Release",
330 "--benchmark",
331 "blink_perf.svg"
332 ],
333 "name": "Telemetry benchmark: blink_perf.svg"
334 },
335 {
336 "cmd": [
337 "python",
338 "-u",
339 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
340 "--checkout-dir",
341 "[SLAVE_BUILD]\\src",
342 "--browser-type",
343 "release",
344 "--target-bits",
345 "32",
346 "--build-dir",
347 "[SLAVE_BUILD]\\src\\out\\Release",
348 "--benchmark",
349 "dromaeo.jslibtraverseprototype"
350 ],
351 "name": "Telemetry benchmark: dromaeo.jslibtraverseprototype"
352 },
353 {
354 "cmd": [
355 "python",
356 "-u",
357 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
358 "--checkout-dir",
359 "[SLAVE_BUILD]\\src",
360 "--browser-type",
361 "release",
362 "--target-bits",
363 "32",
364 "--build-dir",
365 "[SLAVE_BUILD]\\src\\out\\Release",
366 "--benchmark",
367 "blink_style.top_25"
368 ],
369 "name": "Telemetry benchmark: blink_style.top_25"
370 },
371 {
372 "cmd": [
373 "python",
374 "-u",
375 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
376 "--checkout-dir",
377 "[SLAVE_BUILD]\\src",
378 "--browser-type",
379 "release",
380 "--target-bits",
381 "32",
382 "--build-dir",
383 "[SLAVE_BUILD]\\src\\out\\Release",
384 "--benchmark",
385 "dromaeo.domcoreattr"
386 ],
387 "name": "Telemetry benchmark: dromaeo.domcoreattr"
388 },
389 {
390 "cmd": [
391 "python",
392 "-u",
393 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
394 "--checkout-dir",
395 "[SLAVE_BUILD]\\src",
396 "--browser-type",
397 "release",
398 "--target-bits",
399 "32",
400 "--build-dir",
401 "[SLAVE_BUILD]\\src\\out\\Release",
402 "--benchmark",
403 "dromaeo.cssqueryjquery"
404 ],
405 "name": "Telemetry benchmark: dromaeo.cssqueryjquery"
406 },
407 {
408 "cmd": [
409 "python",
410 "-u",
411 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
412 "--checkout-dir",
413 "[SLAVE_BUILD]\\src",
414 "--browser-type",
415 "release",
416 "--target-bits",
417 "32",
418 "--build-dir",
419 "[SLAVE_BUILD]\\src\\out\\Release",
420 "--benchmark",
421 "dromaeo.jslibattrprototype"
422 ],
423 "name": "Telemetry benchmark: dromaeo.jslibattrprototype"
424 },
425 {
426 "cmd": [
427 "python",
428 "-u",
429 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
430 "--checkout-dir",
431 "[SLAVE_BUILD]\\src",
432 "--browser-type",
433 "release",
434 "--target-bits",
435 "32",
436 "--build-dir",
437 "[SLAVE_BUILD]\\src\\out\\Release",
438 "--benchmark",
439 "sunspider"
440 ],
441 "name": "Telemetry benchmark: sunspider"
442 },
443 {
444 "cmd": [
445 "python",
446 "-u",
447 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
448 "--checkout-dir",
449 "[SLAVE_BUILD]\\src",
450 "--browser-type",
451 "release",
452 "--target-bits",
453 "32",
454 "--build-dir",
455 "[SLAVE_BUILD]\\src\\out\\Release",
456 "--benchmark",
457 "dromaeo.domcoretraverse"
458 ],
459 "name": "Telemetry benchmark: dromaeo.domcoretraverse"
460 },
461 {
462 "cmd": [
463 "python",
464 "-u",
465 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
466 "--checkout-dir",
467 "[SLAVE_BUILD]\\src",
468 "--browser-type",
469 "release",
470 "--target-bits",
471 "32",
472 "--build-dir",
473 "[SLAVE_BUILD]\\src\\out\\Release",
474 "--benchmark",
475 "dromaeo.domcoremodify"
476 ],
477 "name": "Telemetry benchmark: dromaeo.domcoremodify"
478 },
479 {
480 "cmd": [
481 "python",
482 "-u",
483 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
484 "--checkout-dir",
485 "[SLAVE_BUILD]\\src",
486 "--browser-type",
487 "release",
488 "--target-bits",
489 "32",
490 "--build-dir",
491 "[SLAVE_BUILD]\\src\\out\\Release",
492 "--benchmark",
493 "blink_perf.dom"
494 ],
495 "name": "Telemetry benchmark: blink_perf.dom"
496 },
497 {
498 "cmd": [
499 "python",
500 "-u",
501 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
502 "--checkout-dir",
503 "[SLAVE_BUILD]\\src",
504 "--browser-type",
505 "release",
506 "--target-bits",
507 "32",
508 "--build-dir",
509 "[SLAVE_BUILD]\\src\\out\\Release",
510 "--benchmark",
511 "indexeddb_perf"
512 ],
513 "name": "Telemetry benchmark: indexeddb_perf"
514 },
515 {
516 "cmd": [
517 "python",
518 "-u",
519 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
520 "--checkout-dir",
521 "[SLAVE_BUILD]\\src",
522 "--browser-type",
523 "release",
524 "--target-bits",
525 "32",
526 "--build-dir",
527 "[SLAVE_BUILD]\\src\\out\\Release",
528 "--benchmark",
529 "blink_perf.canvas"
530 ],
531 "name": "Telemetry benchmark: blink_perf.canvas"
532 },
533 {
534 "cmd": [
535 "python",
536 "-u",
537 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
538 "--checkout-dir",
539 "[SLAVE_BUILD]\\src",
540 "--browser-type",
541 "release",
542 "--target-bits",
543 "32",
544 "--build-dir",
545 "[SLAVE_BUILD]\\src\\out\\Release",
546 "--benchmark",
547 "dromaeo.domcorequery"
548 ],
549 "name": "Telemetry benchmark: dromaeo.domcorequery"
550 },
551 {
552 "cmd": [
553 "python",
554 "-u",
555 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
556 "--checkout-dir",
557 "[SLAVE_BUILD]\\src",
558 "--browser-type",
559 "release",
560 "--target-bits",
561 "32",
562 "--build-dir",
563 "[SLAVE_BUILD]\\src\\out\\Release",
564 "--benchmark",
565 "blink_perf.bindings"
566 ],
567 "name": "Telemetry benchmark: blink_perf.bindings"
568 },
569 {
570 "cmd": [
571 "python",
572 "-u",
573 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
574 "--checkout-dir",
575 "[SLAVE_BUILD]\\src",
576 "--browser-type",
577 "release",
578 "--target-bits",
579 "32",
580 "--build-dir",
581 "[SLAVE_BUILD]\\src\\out\\Release",
582 "--benchmark",
583 "dromaeo.jslibtraversejquery"
584 ],
585 "name": "Telemetry benchmark: dromaeo.jslibtraversejquery"
586 },
587 {
588 "cmd": [
589 "python",
590 "-u",
591 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
592 "--checkout-dir",
593 "[SLAVE_BUILD]\\src",
594 "--browser-type",
595 "release",
596 "--target-bits",
597 "32",
598 "--build-dir",
599 "[SLAVE_BUILD]\\src\\out\\Release",
600 "--benchmark",
601 "dromaeo.jslibmodifyprototype"
602 ],
603 "name": "Telemetry benchmark: dromaeo.jslibmodifyprototype"
604 },
605 {
606 "cmd": [
607 "python",
608 "-u",
609 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
610 "--checkout-dir",
611 "[SLAVE_BUILD]\\src",
612 "--browser-type",
613 "release",
614 "--target-bits",
615 "32",
616 "--build-dir",
617 "[SLAVE_BUILD]\\src\\out\\Release",
618 "--benchmark",
619 "media.tough_video_cases"
620 ],
621 "name": "Telemetry benchmark: media.tough_video_cases"
622 },
623 {
624 "cmd": [
625 "python",
626 "-u",
627 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
628 "--checkout-dir",
629 "[SLAVE_BUILD]\\src",
630 "--browser-type",
631 "release",
632 "--target-bits",
633 "32",
634 "--build-dir",
635 "[SLAVE_BUILD]\\src\\out\\Release",
636 "--benchmark",
637 "blink_perf.css"
638 ],
639 "name": "Telemetry benchmark: blink_perf.css"
640 },
641 {
642 "cmd": [
643 "python",
644 "-u",
645 "RECIPE_MODULE[build::pgo]\\resources\\run_benchmark.py",
646 "--checkout-dir",
647 "[SLAVE_BUILD]\\src",
648 "--browser-type",
649 "release",
650 "--target-bits",
651 "32",
652 "--build-dir",
653 "[SLAVE_BUILD]\\src\\out\\Release",
654 "--benchmark",
655 "blink_perf.paint"
656 ],
657 "name": "Telemetry benchmark: blink_perf.paint"
658 },
659 {
660 "cmd": [
661 "python", 243 "python",
662 "-u", 244 "-u",
663 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 245 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
664 "runhooks" 246 "runhooks"
665 ], 247 ],
666 "cwd": "[SLAVE_BUILD]\\src", 248 "cwd": "[SLAVE_BUILD]\\src",
667 "env": { 249 "env": {
668 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
669 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib rary fastbuild=0 target_arch=ia32 use_goma=0", 251 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib rary fastbuild=0 target_arch=ia32 use_goma=0",
670 "GYP_MSVS_VERSION": "2015", 252 "GYP_MSVS_VERSION": "2015",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1 2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \" repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \" HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 338 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1 2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \" repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \" HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
757 ], 339 ],
758 "name": "package build" 340 "name": "package build"
759 }, 341 },
760 { 342 {
761 "name": "$result", 343 "name": "$result",
762 "recipe_result": null, 344 "recipe_result": null,
763 "status_code": 0 345 "status_code": 0
764 } 346 }
765 ] 347 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_x64_PGO_Builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698