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

Unified Diff: tools/perf/page_sets/todomvc.py

Issue 1797223002: [telemetry] Use startup_url to force a fresh browser for each page in TodoMVC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « tools/perf/benchmarks/v8.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/todomvc.py
diff --git a/tools/perf/page_sets/todomvc.py b/tools/perf/page_sets/todomvc.py
index 4f095ecf29f153fe2064930873207a57a04740df..d743cc32e6bc81ce10078b10c0d9ffaf5abc4684 100644
--- a/tools/perf/page_sets/todomvc.py
+++ b/tools/perf/page_sets/todomvc.py
@@ -27,6 +27,7 @@ class TodoMVCPage(page_module.Page):
def __init__(self, url, page_set, name):
super(TodoMVCPage, self).__init__(
url=url, page_set=page_set, name=name,
+ startup_url='about:blank',
shared_page_state_class=shared_page_state.SharedDesktopPageState)
# TODO(jochen): This interaction does not include the
# WindowProxy::initialize portion before the commit. To fix this, we'll
« no previous file with comments | « tools/perf/benchmarks/v8.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698