From 033ae117336cac1339c6941507b6b6e45d9a5af6 Mon Sep 17 00:00:00 2001 From: Abdullah Deshmukh Date: Wed, 19 Aug 2020 10:17:36 +0530 Subject: [PATCH] Fix file names for the perf test timelines (#525) --- testing_app/test_driver/perf_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing_app/test_driver/perf_test.dart b/testing_app/test_driver/perf_test.dart index d3b7adbb1..058a6ec0f 100644 --- a/testing_app/test_driver/perf_test.dart +++ b/testing_app/test_driver/perf_test.dart @@ -98,13 +98,13 @@ void main() { // Then, save the summary to disk. // Results will be stored in - // the file 'build/favorites_operations.timeline.json'. + // the file 'build/favorites_operations.timeline_summary.json'. await operationsSummary.writeSummaryToFile('favorites_operations', pretty: true); // Write the entire timeline to disk in a json format. // Results will be stored in - // the file 'build/favorites_operations.timeline_summary.json'. + // the file 'build/favorites_operations.timeline.json'. // This file can be opened in the Chrome browser's tracing tools // found by navigating to chrome://tracing. await operationsSummary.writeTimelineToFile('favorites_operations',