Unverified Commit 52246c04 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Add 32-bit iOS transition perf integration test (#17582)

parent 078f2c9b
// Copyright 2018 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/gallery.dart';
import 'package:flutter_devicelab/framework/adb.dart';
import 'package:flutter_devicelab/framework/framework.dart';
Future<Null> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createGalleryTransitionTest());
}
...@@ -427,3 +427,11 @@ tasks: ...@@ -427,3 +427,11 @@ tasks:
Measures the speed of Dart analyzer. Measures the speed of Dart analyzer.
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
flutter_gallery_ios32__transition_perf:
description: >
Measures the performance of screen transitions in Flutter Gallery on
32-bit iOS.
stage: devicelab_ios
required_agent_capabilities: ["mac/ios32"]
flaky: true
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