Skip to content

Commit adec8f2

Browse files
authored
Fix impeller name swap (#106350)
1 parent c12b0de commit adec8f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/devicelab/bin/tasks/list_text_layout_impeller_perf__e2e_summary.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/perf_tests.dart';
88

99
Future<void> main() async {
1010
deviceOperatingSystem = DeviceOperatingSystem.android;
11-
await task(createListTextLayoutPerfE2ETest());
11+
await task(createListTextLayoutPerfE2ETest(enableImpeller: true));
1212
}

dev/devicelab/bin/tasks/list_text_layout_perf__e2e_summary.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/perf_tests.dart';
88

99
Future<void> main() async {
1010
deviceOperatingSystem = DeviceOperatingSystem.android;
11-
await task(createListTextLayoutPerfE2ETest(enableImpeller: true));
11+
await task(createListTextLayoutPerfE2ETest());
1212
}

0 commit comments

Comments
 (0)