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

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
Index: scripts/master/factory/chromium_factory.py
===================================================================
--- scripts/master/factory/chromium_factory.py (revision 136971)
+++ scripts/master/factory/chromium_factory.py (working copy)
@@ -348,6 +348,8 @@
f.AddPageCyclerTest('page_cycler_database', fp, suite='Database*')
if R('page_cycler_indexeddb'):
f.AddPageCyclerTest('page_cycler_indexeddb', fp, suite='IndexedDB*')
+ if R('web_page_replay_2012Q2'):
+ f.AddWebPageReplayTest('web_page_replay_2012Q2', 'test2012Q2', fp)
if R('memory'): f.AddMemoryTests(fp)
if R('tab_switching'): f.AddTabSwitchingTests(fp)
« scripts/master/factory/chromium_commands.py ('K') | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698