Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update transitions_perf_test.dart (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored Mar 29, 2021
1 parent 30ddc0f commit bc7b2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_driver/transitions_perf_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ void main([List<String> args = const <String>[]]) {
);

final summary = TimelineSummary.summarize(timeline);
await summary.writeSummaryToFile('transitions-crane', pretty: true);
await summary.writeTimelineToFile('transitions-crane', pretty: true);
}, timeout: Timeout.none);

test('only Reply', () async {
Expand Down

0 comments on commit bc7b2bb

Please sign in to comment.