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

Commit

Permalink
Fix typo (#363)
Browse files Browse the repository at this point in the history
* Update transitions_perf_test.dart

* Update transitions_perf_test.dart
  • Loading branch information
guidezpl authored Oct 27, 2020
1 parent a8fc4ed commit 1de6e34
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 @@ -13,7 +13,7 @@ import 'package:test/test.dart' hide TypeMatcher, isInstanceOf;
// flutter drive --profile --trace-startup -t test_driver/transitions_perf.dart -d <device>
// To run this test for just Crane, with scrolling:
// flutter drive --profile --trace-startup -t test_driver/transitions_perf.dart -d <device> --dart-define=onlyCrane=true
// To run this test for just Rally, with animations:
// To run this test for just Reply, with animations:
// flutter drive --profile --trace-startup -t test_driver/transitions_perf.dart -d <device> --dart-define=onlyReply=true

// Demos for which timeline data will be collected using
Expand Down

0 comments on commit 1de6e34

Please sign in to comment.