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

Unified Diff: tools/perf/measurements/startup.py

Issue 782033002: Remove startup_url from PageSet, we can now only specify startup_url on a Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: tools/perf/measurements/startup.py
diff --git a/tools/perf/measurements/startup.py b/tools/perf/measurements/startup.py
index bc0617d593f6e07930fdcf87fba1d247b7a3b6ad..8b57a486469e6b8286276653b5fcfd92865b8592 100644
--- a/tools/perf/measurements/startup.py
+++ b/tools/perf/measurements/startup.py
@@ -46,7 +46,7 @@ class StartWithUrl(Startup):
has already cached much of Chromium's content. For warm tests, you should
repeat the page set to ensure it's cached.
- The startup URL is taken from the page set's startup_url. This
+ The startup URL is taken from the page's startup_url. This
allows the testing of multiple different URLs in a single benchmark.
"""
« no previous file with comments | « no previous file | tools/perf/page_sets/startup_pages.py » ('j') | tools/telemetry/telemetry/unittest_util/page_set_smoke_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698