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

Side by Side Diff: tools/tests/factory_configuration/expected/Perf-Ubuntu12-ShuttleA-GTX660-x86-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-Ubuntu12-ShuttleA-GTX660-x86-Release', 6 '_builder_name': 'Perf-Ubuntu12-ShuttleA-GTX660-x86-Release',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'timeout': <Object>, 666 'timeout': <Object>,
667 'workdir': 'build/skia', 667 'workdir': 'build/skia',
668 }, 668 },
669 ], 669 ],
670 [ 670 [
671 <Object>, 671 <Object>,
672 { 672 {
673 'alwaysRun': <Object>, 673 'alwaysRun': <Object>,
674 'command': [ 674 'command': [
675 'python', 675 'python',
676 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
677 '--autogen_svn_baseurl',
678 'bogusValueToFixSkBug2663',
679 '--configuration',
680 'Release',
681 '--deps_target_os',
682 'None',
683 '--builder_name',
684 'Perf-Ubuntu12-ShuttleA-GTX660-x86-Release',
685 '--build_number',
686 <Object>,
687 '--target_platform',
688 'linux',
689 '--revision',
690 <Object>,
691 '--got_revision',
692 <Object>,
693 '--perf_output_basedir',
694 '../../../../perfdata',
695 '--make_flags',
696 '""',
697 '--test_args',
698 '""',
699 '--gm_args',
700 '""',
701 '--bench_args',
702 '""',
703 '--is_try',
704 'False',
705 '--bench_pictures_cfg',
706 'default',
707 '--flavor',
708 'default',
709 ],
710 'description': 'RunNanobench',
711 'doStepIf': <Object>,
712 'env': {},
713 'exception_on_failure': <Object>,
714 'flunkOnFailure': <Object>,
715 'get_props_from_stdout': None,
716 'haltOnFailure': <Object>,
717 'hideStepIf': <Object>,
718 'is_rebaseline_step': <Object>,
719 'is_upload_step': <Object>,
720 'timeout': <Object>,
721 'workdir': 'build/skia',
722 },
723 ],
724 [
725 <Object>,
726 {
727 'alwaysRun': <Object>,
728 'command': [
729 'python',
676 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 730 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
677 '--autogen_svn_baseurl', 731 '--autogen_svn_baseurl',
678 'bogusValueToFixSkBug2663', 732 'bogusValueToFixSkBug2663',
679 '--configuration', 733 '--configuration',
680 'Release', 734 'Release',
681 '--deps_target_os', 735 '--deps_target_os',
682 'None', 736 'None',
683 '--builder_name', 737 '--builder_name',
684 'Perf-Ubuntu12-ShuttleA-GTX660-x86-Release', 738 'Perf-Ubuntu12-ShuttleA-GTX660-x86-Release',
685 '--build_number', 739 '--build_number',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 'haltOnFailure': <Object>, 928 'haltOnFailure': <Object>,
875 'hideStepIf': <Object>, 929 'hideStepIf': <Object>,
876 'is_rebaseline_step': <Object>, 930 'is_rebaseline_step': <Object>,
877 'is_upload_step': <Object>, 931 'is_upload_step': <Object>,
878 'timeout': <Object>, 932 'timeout': <Object>,
879 'workdir': 'build/skia', 933 'workdir': 'build/skia',
880 }, 934 },
881 ], 935 ],
882 ], 936 ],
883 } 937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698