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

Unified Diff: tools/perf/benchmarks/session_restore.py

Issue 796813003: [Telemetry] Remove empty action_name_to_run for Startup, SessionRestore (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
« no previous file with comments | « no previous file | tools/perf/measurements/session_restore.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/session_restore.py
diff --git a/tools/perf/benchmarks/session_restore.py b/tools/perf/benchmarks/session_restore.py
index 305396c038bfbd1083055ee076f3c1e19dd6e83d..59a96ad64a6ffe49a0f55fc28805d24351ca881a 100644
--- a/tools/perf/benchmarks/session_restore.py
+++ b/tools/perf/benchmarks/session_restore.py
@@ -38,12 +38,14 @@ class _SessionRestoreTest(benchmark.Benchmark):
is_cold = (self.tag == 'cold')
return self.test(cold=is_cold)
+ def CreatePageSet(self, options):
+ return page_sets.Typical25PageSet(make_pages_with_no_interactions=True)
+
# crbug.com/325479, crbug.com/381990
@benchmark.Disabled('android', 'linux', 'reference')
class SessionRestoreColdTypical25(_SessionRestoreTest):
tag = 'cold'
test = session_restore.SessionRestore
- page_set = page_sets.Typical25PageSet
options = {'pageset_repeat': 5}
@@ -52,5 +54,4 @@ class SessionRestoreColdTypical25(_SessionRestoreTest):
class SessionRestoreWarmTypical25(_SessionRestoreTest):
tag = 'warm'
test = session_restore.SessionRestore
- page_set = page_sets.Typical25PageSet
options = {'pageset_repeat': 20}
« no previous file with comments | « no previous file | tools/perf/measurements/session_restore.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698