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

Fix typo #363

Merged
merged 7 commits into from
Oct 27, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 Crane, 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 Expand Up @@ -269,7 +269,7 @@ void main([List<String> args = const <String>[]]) {
test('only Reply', () async {
if (!isTestingReplyOnly) return;

// Collect timeline data for just the Crane study.
// Collect timeline data for just the Reply study.
final timeline = await driver.traceAction(
() async {
await runDemos(
Expand Down