mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Fix file names for the perf test timelines (#525)
This commit is contained in:
committed by
GitHub
parent
d61d843f56
commit
033ae11733
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user