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

Unified Diff: buildbot/scripts/master/master_utils.py

Issue 56079: Add SunSpider and V8 Benchmark perf tests to Buildbot. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/
Patch Set: '' Created 11 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « buildbot/scripts/master/factory_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/scripts/master/master_utils.py
===================================================================
--- buildbot/scripts/master/master_utils.py (revision 12810)
+++ buildbot/scripts/master/master_utils.py (working copy)
@@ -179,6 +179,10 @@
factory_cmd_obj.AddMemoryTests(show_perf_results, perf_id=perf_id)
if self._ShouldRunTest(tests, 'tab_switching'):
factory_cmd_obj.AddTabSwitchingTests(show_perf_results, perf_id=perf_id)
+ if self._ShouldRunTest(tests, 'sunspider'):
+ factory_cmd_obj.AddSunSpiderTests(show_perf_results, perf_id=perf_id)
+ if self._ShouldRunTest(tests, 'v8_benchmark'):
+ factory_cmd_obj.AddV8BenchmarkTests(show_perf_results, perf_id=perf_id)
if self._ShouldRunTest(tests, 'purify_base'):
factory_cmd_obj.AddPurifyTest('base')
if self._ShouldRunTest(tests, 'purify_webkit'):
@@ -339,7 +343,7 @@
'valgrind_ipc', 'valgrind_unit', 'valgrind_base',
'valgrind_googleurl', 'valgrind_test_shell',
'valgrind_media', 'valgrind_ui', 'valgrind_printing',
- 'dom_checker').
+ 'dom_checker', 'sunspider', 'v8_benchmark').
The 'unit' suite includes the IPC tests.
arhive_webkit_results: whether to archive the webkit test output
show_perf_results: whether to add links to the test perf result graphs
« no previous file with comments | « buildbot/scripts/master/factory_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698