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

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

Powered by Google App Engine
This is Rietveld 408576698