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

Unified Diff: chrome/test/media_router/telemetry/benchmarks/media_router_benchmark.py

Issue 2705163006: Fix the telemetry errors when running all CPU/memory related tests. (Closed)
Patch Set: Created 3 years, 10 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: chrome/test/media_router/telemetry/benchmarks/media_router_benchmark.py
diff --git a/chrome/test/media_router/telemetry/benchmarks/media_router_benchmark.py b/chrome/test/media_router/telemetry/benchmarks/media_router_benchmark.py
index 04892f09e45a639f446f772473311653e9307a6b..82ae9dae7e38ea6aa4cdf50111039dce58229063 100644
--- a/chrome/test/media_router/telemetry/benchmarks/media_router_benchmark.py
+++ b/chrome/test/media_router/telemetry/benchmarks/media_router_benchmark.py
@@ -80,7 +80,7 @@ class HistogramCastBenckmark(_BaseCastBenchmark):
class CPUMemoryCastBenckmark(_BaseCastBenchmark):
"""Benchmark for CPU and memory usage with Media Router."""
- options = {'page_repeat': 1}
+ options = {'pageset_repeat': 1}
page_set = media_router_perf_pages.MediaRouterCPUMemoryPageSet
@@ -95,7 +95,7 @@ class CPUMemoryCastBenckmark(_BaseCastBenchmark):
class CPUMemoryBenckmark(perf_benchmark.PerfBenchmark):
"""Benchmark for CPU and memory usage without Media Router."""
- options = {'page_repeat': 1}
+ options = {'pageset_repeat': 1}
page_set = media_router_perf_pages.CPUMemoryPageSet
« 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