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

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

Issue 91623004: Add media perf benchamrk under network simulations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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/metrics/media.py » ('j') | tools/perf/metrics/media.py » ('J')
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 7fcf6100853b1831989eb953a618a351988108e8..8ef0619ffea49fb716ecdffd93c4ea2f76b668f2 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -9,6 +9,11 @@ class Media(test.Test):
test = media.Media
page_set = 'page_sets/tough_video_cases.json'
+class MediaNetworkSimulation(test.Test):
+ """Obtains media metrics under different network simulations."""
+ test = media.Media
+ page_set = 'page_sets/media_cns_cases.json'
+
class MediaAndroid(test.Test):
"""Obtains media metrics for key user scenarios on Android."""
test = media.Media
« no previous file with comments | « no previous file | tools/perf/metrics/media.py » ('j') | tools/perf/metrics/media.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698