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

Side by Side Diff: tools/tests/factory_configuration/expected/Perf-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release

Issue 393593003: Run nanobench on perf bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: list binary Created 6 years, 5 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 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_build_targets': [ 3 '_build_targets': [
4 'most', 4 'most',
5 ], 5 ],
6 '_builder_name': 'Perf-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release', 6 '_builder_name': 'Perf-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'timeout': <Object>, 667 'timeout': <Object>,
668 'workdir': 'build/skia', 668 'workdir': 'build/skia',
669 }, 669 },
670 ], 670 ],
671 [ 671 [
672 <Object>, 672 <Object>,
673 { 673 {
674 'alwaysRun': <Object>, 674 'alwaysRun': <Object>,
675 'command': [ 675 'command': [
676 'python', 676 'python',
677 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
678 '--autogen_svn_baseurl',
679 'bogusValueToFixSkBug2663',
680 '--configuration',
681 'Release',
682 '--deps_target_os',
683 'None',
684 '--builder_name',
685 'Perf-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release',
686 '--build_number',
687 <Object>,
688 '--target_platform',
689 'mac',
690 '--revision',
691 <Object>,
692 '--got_revision',
693 <Object>,
694 '--perf_output_basedir',
695 '../../../../perfdata',
696 '--make_flags',
697 '""',
698 '--test_args',
699 '""',
700 '--gm_args',
701 '""',
702 '--bench_args',
703 '""',
704 '--is_try',
705 'False',
706 '--bench_pictures_cfg',
707 'default',
708 '--flavor',
709 'default',
710 ],
711 'description': 'RunNanobench',
712 'doStepIf': <Object>,
713 'env': {},
714 'exception_on_failure': <Object>,
715 'flunkOnFailure': <Object>,
716 'get_props_from_stdout': None,
717 'haltOnFailure': <Object>,
718 'hideStepIf': <Object>,
719 'is_rebaseline_step': <Object>,
720 'is_upload_step': <Object>,
721 'timeout': <Object>,
722 'workdir': 'build/skia',
723 },
724 ],
725 [
726 <Object>,
727 {
728 'alwaysRun': <Object>,
729 'command': [
730 'python',
677 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 731 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
678 '--autogen_svn_baseurl', 732 '--autogen_svn_baseurl',
679 'bogusValueToFixSkBug2663', 733 'bogusValueToFixSkBug2663',
680 '--configuration', 734 '--configuration',
681 'Release', 735 'Release',
682 '--deps_target_os', 736 '--deps_target_os',
683 'None', 737 'None',
684 '--builder_name', 738 '--builder_name',
685 'Perf-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release', 739 'Perf-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release',
686 '--build_number', 740 '--build_number',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'haltOnFailure': <Object>, 929 'haltOnFailure': <Object>,
876 'hideStepIf': <Object>, 930 'hideStepIf': <Object>,
877 'is_rebaseline_step': <Object>, 931 'is_rebaseline_step': <Object>,
878 'is_upload_step': <Object>, 932 'is_upload_step': <Object>,
879 'timeout': <Object>, 933 'timeout': <Object>,
880 'workdir': 'build/skia', 934 'workdir': 'build/skia',
881 }, 935 },
882 ], 936 ],
883 ], 937 ],
884 } 938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698