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

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

Powered by Google App Engine
This is Rietveld 408576698