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

Unified Diff: telemetry/examples/benchmarks/tbm_benchmark.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Sync to head Created 4 years, 5 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: telemetry/examples/benchmarks/tbm_benchmark.py
diff --git a/telemetry/examples/benchmarks/tbm_benchmark.py b/telemetry/examples/benchmarks/tbm_benchmark.py
index 7f843560508e323b27f29b1253ae419614d3d132..f7d1845daa8f06330e8294283e8f1d49d03b62ce 100644
--- a/telemetry/examples/benchmarks/tbm_benchmark.py
+++ b/telemetry/examples/benchmarks/tbm_benchmark.py
@@ -13,7 +13,7 @@ class TBMSample(benchmark.Benchmark):
def CreateTimelineBasedMeasurementOptions(self):
options = timeline_based_measurement.Options()
- options.SetTimelineBasedMetric('sample_metric.html')
+ options.SetTimelineBasedMetrics(['sample_metric.html'])
return options
@classmethod

Powered by Google App Engine
This is Rietveld 408576698