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

Side by Side Diff: tools/tests/factory_configuration/expected/Perf-Android-Xoom-Tegra2-Arm7-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 'all', 4 'all',
5 ], 5 ],
6 '_builder_name': 'Perf-Android-Xoom-Tegra2-Arm7-Release', 6 '_builder_name': 'Perf-Android-Xoom-Tegra2-Arm7-Release',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'timeout': <Object>, 763 'timeout': <Object>,
764 'workdir': 'build/skia', 764 'workdir': 'build/skia',
765 }, 765 },
766 ], 766 ],
767 [ 767 [
768 <Object>, 768 <Object>,
769 { 769 {
770 'alwaysRun': <Object>, 770 'alwaysRun': <Object>,
771 'command': [ 771 'command': [
772 'python', 772 'python',
773 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
774 '--autogen_svn_baseurl',
775 'bogusValueToFixSkBug2663',
776 '--configuration',
777 'Release',
778 '--deps_target_os',
779 'android',
780 '--builder_name',
781 'Perf-Android-Xoom-Tegra2-Arm7-Release',
782 '--build_number',
783 <Object>,
784 '--target_platform',
785 'linux',
786 '--revision',
787 <Object>,
788 '--got_revision',
789 <Object>,
790 '--perf_output_basedir',
791 '../../../../perfdata',
792 '--make_flags',
793 '""',
794 '--test_args',
795 '"--match ~Threaded"',
796 '--gm_args',
797 '""',
798 '--bench_args',
799 '""',
800 '--is_try',
801 'False',
802 '--bench_pictures_cfg',
803 'xoom',
804 '--device',
805 'xoom',
806 '--serial',
807 <Object>,
808 '--has_root',
809 <Object>,
810 '--android_sdk_root',
811 <Object>,
812 '--flavor',
813 'android',
814 ],
815 'description': 'RunNanobench',
816 'doStepIf': <Object>,
817 'env': {},
818 'exception_on_failure': <Object>,
819 'flunkOnFailure': <Object>,
820 'get_props_from_stdout': None,
821 'haltOnFailure': <Object>,
822 'hideStepIf': <Object>,
823 'is_rebaseline_step': <Object>,
824 'is_upload_step': <Object>,
825 'timeout': <Object>,
826 'workdir': 'build/skia',
827 },
828 ],
829 [
830 <Object>,
831 {
832 'alwaysRun': <Object>,
833 'command': [
834 'python',
773 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 835 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
774 '--autogen_svn_baseurl', 836 '--autogen_svn_baseurl',
775 'bogusValueToFixSkBug2663', 837 'bogusValueToFixSkBug2663',
776 '--configuration', 838 '--configuration',
777 'Release', 839 'Release',
778 '--deps_target_os', 840 '--deps_target_os',
779 'android', 841 'android',
780 '--builder_name', 842 '--builder_name',
781 'Perf-Android-Xoom-Tegra2-Arm7-Release', 843 'Perf-Android-Xoom-Tegra2-Arm7-Release',
782 '--build_number', 844 '--build_number',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 'haltOnFailure': <Object>, 1065 'haltOnFailure': <Object>,
1004 'hideStepIf': <Object>, 1066 'hideStepIf': <Object>,
1005 'is_rebaseline_step': <Object>, 1067 'is_rebaseline_step': <Object>,
1006 'is_upload_step': <Object>, 1068 'is_upload_step': <Object>,
1007 'timeout': <Object>, 1069 'timeout': <Object>,
1008 'workdir': 'build/skia', 1070 'workdir': 'build/skia',
1009 }, 1071 },
1010 ], 1072 ],
1011 ], 1073 ],
1012 } 1074 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698