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

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: '' 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
Index: build/scripts/master/factory/chromium_factory.py
===================================================================
--- build/scripts/master/factory/chromium_factory.py (revision 93933)
+++ build/scripts/master/factory/chromium_factory.py (working copy)
@@ -285,6 +285,8 @@
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)

Powered by Google App Engine
This is Rietveld 408576698