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

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

Issue 2917313003: Verify explicitly set names for memory benchmarks (Closed)
Patch Set: Created 3 years, 6 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/page_sets/blink_memory_mobile.py ('k') | tools/perf/page_sets/long_running_idle_google_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/google_pages.py
diff --git a/tools/perf/page_sets/google_pages.py b/tools/perf/page_sets/google_pages.py
index 6fb0ef41da5e53e409c4cec4f9e7ab2ec7f393fc..f20394d4d0a53d93962620a00984b985a95b2565 100644
--- a/tools/perf/page_sets/google_pages.py
+++ b/tools/perf/page_sets/google_pages.py
@@ -31,7 +31,8 @@ class GmailPage(GooglePages):
super(GmailPage, self).__init__(
url='https://mail.google.com/mail/',
page_set=page_set,
- shared_page_state_class=shared_page_state_class)
+ shared_page_state_class=shared_page_state_class,
+ name='https://mail.google.com/mail/')
def RunNavigateSteps(self, action_runner):
google_login.LoginGoogleAccount(action_runner, 'google',
« no previous file with comments | « tools/perf/page_sets/blink_memory_mobile.py ('k') | tools/perf/page_sets/long_running_idle_google_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698