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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py

Issue 2004103002: Make traces produced by telemetry combine all the trace parts (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: rebase Created 4 years, 7 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 | « telemetry/telemetry/value/trace_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
index 0cb5fd12bd2a2fbd94138479161ed1eedcae18cc..2c68c8028a03d94fcf97cf6d36e8e8609448f4e7 100644
--- a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
+++ b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
@@ -113,6 +113,7 @@ class TimelineBasedPageTestTest(page_test_test_case.PageTestTestCase):
ps.AddStory(TestTimelinebasedMeasurementPage(ps, ps.base_dir))
options = tbm_module.Options()
+ options.config.enable_chrome_trace = True
options.SetTimelineBasedMetric('sampleMetric')
tbm = tbm_module.TimelineBasedMeasurement(options)
« no previous file with comments | « telemetry/telemetry/value/trace_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698