Unverified Commit cdb94cd6 authored by liyuqian's avatar liyuqian Committed by GitHub

Revert "Revert "Dsiable CPU/GPU measurement on BackdropFilter test (#41736)" (#41780)" (#41795)

This reverts commit 19c08e89.

The attempted revert doesn't fix the problem, so we'll reland.
parent e70236e3
......@@ -10,5 +10,5 @@ import 'package:flutter_devicelab/framework/framework.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createBackdropFilterPerfTest(needsMeasureCpuGpu: true));
await task(createBackdropFilterPerfTest());
}
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