Unverified Commit adec8f23 authored by Dan Field's avatar Dan Field Committed by GitHub

Fix impeller name swap (#106350)

parent c12b0de0
......@@ -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());
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment