mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix impeller name swap (#106350)
This commit is contained in:
parent
c12b0de004
commit
adec8f23be
@ -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));
|
||||
}
|
||||
|
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user