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

Unified Diff: build/scripts/master/factory/chromium_factory.py

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 | « build/scripts/master/factory/chromium_commands.py ('k') | perf/dashboard/overview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/scripts/master/factory/chromium_factory.py
===================================================================
--- build/scripts/master/factory/chromium_factory.py (revision 94321)
+++ build/scripts/master/factory/chromium_factory.py (working copy)
@@ -285,6 +285,7 @@
f.AddStartupTests(fp)
f.AddNewTabUITests(fp)
if R('sizes'): f.AddSizesTests(fp)
+ if R('sync'): f.AddSyncPerfTests(fp)
if R('sync_integration'):
f.AddSyncIntegrationTests(fp)
« no previous file with comments | « build/scripts/master/factory/chromium_commands.py ('k') | perf/dashboard/overview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698