Skip to content

Commit

Permalink
Fix impeller name swap (#106350)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored Jun 21, 2022
1 parent c12b0de commit adec8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/perf_tests.dart';

Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.android;
await task(createListTextLayoutPerfE2ETest());
await task(createListTextLayoutPerfE2ETest(enableImpeller: true));
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/perf_tests.dart';

Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.android;
await task(createListTextLayoutPerfE2ETest(enableImpeller: true));
await task(createListTextLayoutPerfE2ETest());
}

0 comments on commit adec8f2

Please sign in to comment.