Chromium Code Reviews

Unified Diff: tools/telemetry/telemetry/web_perf/timeline_based_measurement.py

Issue 1104053006: [Storage] Blob Storage perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: copyright fix Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tools/telemetry/telemetry/web_perf/metrics/blob_timeline_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/web_perf/timeline_based_measurement.py
diff --git a/tools/telemetry/telemetry/web_perf/timeline_based_measurement.py b/tools/telemetry/telemetry/web_perf/timeline_based_measurement.py
index 91ae9a6c30a900f04f0a2b5be02c2f60d159b34a..252f2f9580a6add73b693f8e56d29bd432709887 100644
--- a/tools/telemetry/telemetry/web_perf/timeline_based_measurement.py
+++ b/tools/telemetry/telemetry/web_perf/timeline_based_measurement.py
@@ -8,6 +8,7 @@ from telemetry.core.platform import tracing_category_filter
from telemetry.core.platform import tracing_options
from telemetry.timeline import model as model_module
from telemetry.value import trace
+from telemetry.web_perf.metrics import blob_timeline
from telemetry.web_perf.metrics import gpu_timeline
from telemetry.web_perf.metrics import layout
from telemetry.web_perf.metrics import responsiveness_metric
@@ -37,7 +38,8 @@ def _GetAllTimelineBasedMetrics():
return (smoothness.SmoothnessMetric(),
responsiveness_metric.ResponsivenessMetric(),
layout.LayoutMetric(),
- gpu_timeline.GPUTimelineMetric())
+ gpu_timeline.GPUTimelineMetric(),
+ blob_timeline.BlobTimelineMetric())
class InvalidInteractions(Exception):
« no previous file with comments | « tools/telemetry/telemetry/web_perf/metrics/blob_timeline_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine