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

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

Issue 2826293003: Remove theora from Android media benchmarks (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | 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 f37ce44021b758f3313ac0385402b297fbfa62d3..5c0c2b5242bce19aa2f3a7674e4ea10f632341ae 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -114,7 +114,7 @@ class MediaAndroidToughVideoCases(perf_benchmark.PerfBenchmark):
test = media.Media
tag = 'android'
page_set = page_sets.ToughVideoCasesPageSet
- options = {'story_tag_filter_exclude': 'is_4k,is_50fps'}
+ options = {'story_tag_filter_exclude': 'is_4k,is_50fps,theora'}
@classmethod
def ShouldDisable(cls, possible_browser):
@@ -136,7 +136,7 @@ class MediaAndroidToughVideoCasesTBMv2(_MediaTBMv2Benchmark):
Will eventually replace MediaAndroidToughVideoCases class."""
tag = 'android'
- options = {'story_tag_filter_exclude': 'is_4k,is_50fps'}
+ options = {'story_tag_filter_exclude': 'is_4k,is_50fps,theora'}
@classmethod
def ShouldDisable(cls, possible_browser):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698