From cdb94cd675396b33f3b3ee780b8318db5ee2da67 Mon Sep 17 00:00:00 2001 From: liyuqian Date: Wed, 2 Oct 2019 12:35:42 -0700 Subject: [PATCH] Revert "Revert "Dsiable CPU/GPU measurement on BackdropFilter test (#41736)" (#41780)" (#41795) This reverts commit 19c08e891d2c862b685c6803b6cce73d1e386b54. The attempted revert doesn't fix the problem, so we'll reland. --- .../bin/tasks/backdrop_filter_perf_ios__timeline_summary.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/devicelab/bin/tasks/backdrop_filter_perf_ios__timeline_summary.dart b/dev/devicelab/bin/tasks/backdrop_filter_perf_ios__timeline_summary.dart index 20dc420f2e1..840c7754165 100644 --- a/dev/devicelab/bin/tasks/backdrop_filter_perf_ios__timeline_summary.dart +++ b/dev/devicelab/bin/tasks/backdrop_filter_perf_ios__timeline_summary.dart @@ -10,5 +10,5 @@ import 'package:flutter_devicelab/framework/framework.dart'; Future main() async { deviceOperatingSystem = DeviceOperatingSystem.ios; - await task(createBackdropFilterPerfTest(needsMeasureCpuGpu: true)); + await task(createBackdropFilterPerfTest()); }