Fix file names for the perf test timelines (#525)

pull/534/head
Abdullah Deshmukh 4 years ago committed by GitHub
parent d61d843f56
commit 033ae11733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,13 +98,13 @@ void main() {
// Then, save the summary to disk. // Then, save the summary to disk.
// Results will be stored in // 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', await operationsSummary.writeSummaryToFile('favorites_operations',
pretty: true); pretty: true);
// Write the entire timeline to disk in a json format. // Write the entire timeline to disk in a json format.
// Results will be stored in // 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 // This file can be opened in the Chrome browser's tracing tools
// found by navigating to chrome://tracing. // found by navigating to chrome://tracing.
await operationsSummary.writeTimelineToFile('favorites_operations', await operationsSummary.writeTimelineToFile('favorites_operations',

Loading…
Cancel
Save