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

Unified Diff: tools/perf/benchmarks/media.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 | « no previous file | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/media.py
diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
index e1b91b5df711231b24bc27690a899a1b1f82cea1..6a4990fe8fdbb1f33ee0682734b9c7338e259c79 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -62,7 +62,7 @@ class MediaAndroid(benchmark.Benchmark):
tag = 'android'
page_set = page_sets.ToughVideoCasesPageSet
# Exclude is_4k and 50 fps media files (garden* & crowd*).
- options = {'page_label_filter_exclude': 'is_4k,is_50fps'}
+ options = {'story_label_filter_exclude': 'is_4k,is_50fps'}
@classmethod
def Name(cls):
@@ -77,9 +77,9 @@ class MediaChromeOS4kOnly(benchmark.Benchmark):
tag = 'chromeOS4kOnly'
page_set = page_sets.ToughVideoCasesPageSet
options = {
- 'page_label_filter': 'is_4k',
+ 'story_label_filter': 'is_4k',
# Exclude is_50fps test files: crbug/331816
- 'page_label_filter_exclude': 'is_50fps'
+ 'story_label_filter_exclude': 'is_50fps'
}
@classmethod
@@ -98,7 +98,7 @@ class MediaChromeOS(benchmark.Benchmark):
tag = 'chromeOS'
page_set = page_sets.ToughVideoCasesPageSet
# Exclude is_50fps test files: crbug/331816
- options = {'page_label_filter_exclude': 'is_4k,is_50fps'}
+ options = {'story_label_filter_exclude': 'is_4k,is_50fps'}
@classmethod
def Name(cls):
« no previous file with comments | « no previous file | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698