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

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

Issue 10456042: Add Web Page Replay tests to main perf dashboard. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/build/
Patch Set: Created 8 years, 7 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 | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
===================================================================
--- scripts/master/factory/chromium_factory.py (revision 140199)
+++ scripts/master/factory/chromium_factory.py (working copy)
@@ -399,6 +399,11 @@
f.AddPageCyclerTest('page_cycler_database', fp, suite='Database*')
if R('page_cycler_indexeddb'):
f.AddPageCyclerTest('page_cycler_indexeddb', fp, suite='IndexedDB*')
+ if R('page_cycler_2012Q2-netsim'):
+ f.AddPyAutoFunctionalTest(
+ 'page_cycler_2012Q2-netsim',
+ test_args=['perf.PageCyclerNetSimTest.test2012Q2'],
+ factory_properties=fp, perf=True)
if R('memory'):
f.AddMemoryTests(fp)
« no previous file with comments | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698