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

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

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.8-MacMini4.1-GeForce320M-x86_64-Release-Trybot' , 6 '_builder_name': 'Perf-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release-Trybot' ,
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'timeout': <Object>, 721 'timeout': <Object>,
722 'workdir': 'build/skia', 722 'workdir': 'build/skia',
723 }, 723 },
724 ], 724 ],
725 [ 725 [
726 <Object>, 726 <Object>,
727 { 727 {
728 'alwaysRun': <Object>, 728 'alwaysRun': <Object>,
729 'command': [ 729 'command': [
730 'python', 730 'python',
731 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
732 '--autogen_svn_baseurl',
733 'bogusValueToFixSkBug2663',
734 '--configuration',
735 'Release',
736 '--deps_target_os',
737 'None',
738 '--builder_name',
739 'Perf-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release-Trybot',
740 '--build_number',
741 <Object>,
742 '--target_platform',
743 'mac',
744 '--revision',
745 <Object>,
746 '--got_revision',
747 <Object>,
748 '--perf_output_basedir',
749 '../../../../perfdata',
750 '--make_flags',
751 '""',
752 '--test_args',
753 '""',
754 '--gm_args',
755 '""',
756 '--bench_args',
757 '""',
758 '--is_try',
759 'True',
760 '--bench_pictures_cfg',
761 'default',
762 '--flavor',
763 'default',
764 ],
765 'description': 'RunNanobench',
766 'doStepIf': <Object>,
767 'env': {},
768 'exception_on_failure': <Object>,
769 'flunkOnFailure': <Object>,
770 'get_props_from_stdout': None,
771 'haltOnFailure': <Object>,
772 'hideStepIf': <Object>,
773 'is_rebaseline_step': <Object>,
774 'is_upload_step': <Object>,
775 'timeout': <Object>,
776 'workdir': 'build/skia',
777 },
778 ],
779 [
780 <Object>,
781 {
782 'alwaysRun': <Object>,
783 'command': [
784 'python',
731 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 785 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
732 '--autogen_svn_baseurl', 786 '--autogen_svn_baseurl',
733 'bogusValueToFixSkBug2663', 787 'bogusValueToFixSkBug2663',
734 '--configuration', 788 '--configuration',
735 'Release', 789 'Release',
736 '--deps_target_os', 790 '--deps_target_os',
737 'None', 791 'None',
738 '--builder_name', 792 '--builder_name',
739 'Perf-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release-Trybot', 793 'Perf-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release-Trybot',
740 '--build_number', 794 '--build_number',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'haltOnFailure': <Object>, 983 'haltOnFailure': <Object>,
930 'hideStepIf': <Object>, 984 'hideStepIf': <Object>,
931 'is_rebaseline_step': <Object>, 985 'is_rebaseline_step': <Object>,
932 'is_upload_step': <Object>, 986 'is_upload_step': <Object>,
933 'timeout': <Object>, 987 'timeout': <Object>,
934 'workdir': 'build/skia', 988 'workdir': 'build/skia',
935 }, 989 },
936 ], 990 ],
937 ], 991 ],
938 } 992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698