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

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

Issue 2743773002: Port part of media.tough_video_cases to TBMv2 (Closed)
Patch Set: Combine battor.tough_video_cases with new benchmark Created 3 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
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index 49ff8c13f439b0cc55869e5a8791dda214a97f2b..df00ec01912399cd2988576c66bf0be3efd7be01 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -36,20 +36,6 @@ class _BattOrBenchmark(perf_benchmark.PerfBenchmark):
return True
-# android: See battor.android.tough_video_cases below
-# win8: crbug.com/531618
-# crbug.com/565180: Only include cases that report time_to_play
-# Taken directly from media benchmark.
-@benchmark.Disabled('android', 'win8')
-class BattOrToughVideoCases(_BattOrBenchmark):
- """Obtains media metrics for key user scenarios."""
- page_set = page_sets.ToughVideoCasesPageSet
-
- @classmethod
- def Name(cls):
- return 'battor.tough_video_cases'
-
-
@benchmark.Enabled('mac')
class BattOrTrivialPages(_BattOrBenchmark):

Powered by Google App Engine
This is Rietveld 408576698