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

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

Issue 994683003: Rename page filter options to story options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename filter options in benchmarks. Created 5 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/smoothness.py ('k') | tools/telemetry/telemetry/user_story/user_story_filter.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/thread_times.py
diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py
index c8b01fdd3df3e6e4940dbb6220606de38daefb2e..a94c324f4d40502106d246d2553fe19b39ce9b5b 100644
--- a/tools/perf/benchmarks/thread_times.py
+++ b/tools/perf/benchmarks/thread_times.py
@@ -47,7 +47,7 @@ class ThreadTimesFastPathMobileSites(_ThreadTimes):
key mobile sites labeled with fast-path tag.
http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
page_set = page_sets.KeyMobileSitesSmoothPageSet
- options = {'page_label_filter' : 'fastpath'}
+ options = {'story_label_filter' : 'fastpath'}
@classmethod
def Name(cls):
« no previous file with comments | « tools/perf/benchmarks/smoothness.py ('k') | tools/telemetry/telemetry/user_story/user_story_filter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698