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

Unified Diff: buildbot/config/master.chromium/master.cfg

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/config/master.chromium.fyi/master.cfg ('k') | buildbot/perf/generate_perf.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/config/master.chromium/master.cfg
===================================================================
--- buildbot/config/master.chromium/master.cfg (revision 12810)
+++ buildbot/config/master.chromium/master.cfg (working copy)
@@ -417,7 +417,8 @@
run_crash_handler=True,
tests=['page_cycler', 'startup',
'page_cycler_http',
- 'tab_switching', 'memory'])
+ 'tab_switching', 'memory',
+ 'sunspider', 'v8_benchmark'])
f_chromium_rel_perf_vista_dual = m.NewBuildFactory(identifier='chromium-rel',
slave_type='Tester',
@@ -426,7 +427,8 @@
perf_id='chromium-rel-vista-dual',
run_crash_handler=True,
tests=['page_cycler', 'startup',
- 'tab_switching', 'memory'])
+ 'tab_switching', 'memory',
+ 'sunspider', 'v8_benchmark'])
f_chromium_rel_perf_xp_single = m.NewBuildFactory(identifier='chromium-rel',
slave_type='Tester',
@@ -436,7 +438,8 @@
run_crash_handler=True,
tests=['page_cycler', 'startup',
'page_cycler_http',
- 'tab_switching', 'memory'])
+ 'tab_switching', 'memory',
+ 'sunspider', 'v8_benchmark'])
f_chromium_rel_perf_vista_single = m.NewBuildFactory(identifier='chromium-rel',
slave_type='Tester',
@@ -445,7 +448,8 @@
perf_id='chromium-rel-vista-single',
run_crash_handler=True,
tests=['page_cycler', 'startup',
- 'tab_switching', 'memory'])
+ 'tab_switching', 'memory',
+ 'sunspider', 'v8_benchmark'])
f_chromium_rel_perf_mac = m_mac.NewBuildFactory(identifier='mac-rel',
tests=['startup'],
« no previous file with comments | « buildbot/config/master.chromium.fyi/master.cfg ('k') | buildbot/perf/generate_perf.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698