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

Unified Diff: build/masters/master.chromium.perf/master.cfg

Issue 7465024: Adding new sync performance tests to chromium perf dashboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Resolve conflict in master.cfg Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/masters/master.chromium.perf/master.cfg
===================================================================
--- build/masters/master.chromium.perf/master.cfg (revision 94321)
+++ build/masters/master.chromium.perf/master.cfg (working copy)
@@ -238,7 +238,7 @@
f_cr_rel_perf_xp_2 = F_WIN(slave_type='Tester',
build_url=chromium_rel_archive,
- tests=['dromaeo', 'plugin', 'memory'],
+ tests=['dromaeo', 'plugin', 'memory', 'sync'],
factory_properties={
'show_perf_results': True,
'expectations': True,
@@ -288,7 +288,7 @@
f_cr_rel_perf_vista_2 = F_WIN(slave_type='Tester',
build_url=chromium_rel_archive,
- tests=['dromaeo', 'plugin', 'memory'],
+ tests=['dromaeo', 'plugin', 'memory', 'sync'],
factory_properties={
'show_perf_results': True,
'expectations': True,
@@ -346,7 +346,7 @@
build_url=chromium_rel_linux_archive,
tests=['dom_perf', 'memory', 'sunspider',
'v8_benchmark', 'dromaeo',
- 'frame_rate', 'dom_checker'],
+ 'frame_rate', 'dom_checker', 'sync'],
factory_properties={
'show_perf_results': True,
'expectations': True,
@@ -357,7 +357,8 @@
slave_type='Tester',
build_url=chromium_rel_linux_archive,
tests=['page_cycler', 'startup', 'dom_perf', 'tab_switching', 'memory',
- 'sunspider', 'v8_benchmark', 'page_cycler_http', 'frame_rate'],
+ 'sunspider', 'v8_benchmark', 'page_cycler_http', 'frame_rate',
+ 'sync],
factory_properties={
'show_perf_results': True,
'expectations': True,
@@ -392,7 +393,8 @@
'dom_perf', 'dom_checker'])
f_cr_rel_mac5_perf_3 = RelMacPerfTester('chromium-rel-mac5',
- ['dromaeo', 'plugin', 'frame_rate'])
+ ['dromaeo', 'plugin', 'frame_rate',
+ 'sync'])
# Same setup as 10.5, just using 10.6 naming.
f_cr_rel_mac6_perf_1 = RelMacPerfTester('chromium-rel-mac6',
@@ -404,7 +406,8 @@
'dom_perf', 'dom_checker'])
f_cr_rel_mac6_perf_3 = RelMacPerfTester('chromium-rel-mac6',
- ['dromaeo', 'plugin', 'frame_rate'])
+ ['dromaeo', 'plugin', 'frame_rate',
+ 'sync'])
# Same setup as 10.6, just using the old bighouse bots.
f_cr_rel_old_mac6_perf_1 = RelMacPerfTester('chromium-rel-old-mac6',
@@ -417,7 +420,8 @@
'dom_checker'])
f_cr_rel_old_mac6_perf_3 = RelMacPerfTester('chromium-rel-old-mac6',
- ['dromaeo', 'plugin', 'frame_rate'])
+ ['dromaeo', 'plugin', 'frame_rate',
+ 'sync'])
# ----------------------------------------------------------------------------
# BUILDER DEFINITIONS
@@ -684,6 +688,7 @@
'startup_test',
'tab_switching_test',
'frame_rate_test',
+ 'sync',
],
'builders_windows': [],
'builders_compile': []
« no previous file with comments | « no previous file | build/scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698