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

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

Issue 2743773002: Port part of media.tough_video_cases to TBMv2 (Closed)
Patch Set: Rebase 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
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | tools/perf/benchmarks/media.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index b85e94eac9787fe47db866265ce42a92f0a5989d..092b13c8e8fd459adb92fa4e7aa782e839df30f1 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -36,21 +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')
-@benchmark.Owner(emails=['charliea@chromium.org'])
-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')
@benchmark.Owner(emails=['charliea@chromium.org'])
class BattOrTrivialPages(_BattOrBenchmark):
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | tools/perf/benchmarks/media.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698