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

Side by Side Diff: tools/tests/factory_configuration/expected/Perf-Win7-ShuttleA-HD2000-x86-Release-ANGLE

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

Powered by Google App Engine
This is Rietveld 408576698