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

Add iOS backdrop filter benchmarks (#38814)

For https://github.com/flutter/flutter/issues/36064

That performance regression is iOS-only so we'd better get the
benchmarks running on iOS.
parent 198c4f19
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'package:flutter_devicelab/tasks/perf_tests.dart';
import 'package:flutter_devicelab/framework/adb.dart';
import 'package:flutter_devicelab/framework/framework.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createBackdropFilterPerfTest());
}
......@@ -431,6 +431,13 @@ tasks:
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
backdrop_filter_perf_ios__timeline_summary:
description: >
Measures the runtime performance of backdrop filter blurs on iOS.
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
flaky: true
complex_layout_scroll_perf_ios__timeline_summary:
description: >
Measures the runtime performance of the Complex Layout sample app on
......
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