Add 32-bit iOS gallery startup test (#17653)

This commit is contained in:
Chris Bracken 2018-05-16 09:29:10 -07:00 committed by GitHub
parent bb35bc3627
commit 20512d458e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,14 @@
// Copyright 2016 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<Null> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createFlutterGalleryStartupTest());
}

View File

@ -440,6 +440,13 @@ tasks:
stage: devicelab
required_agent_capabilities: ["linux/android"]
flutter_gallery_ios32__start_up:
description: >
Measures the startup time of the Flutter Gallery app on 32-bit iOS.
stage: devicelab_ios
required_agent_capabilities: ["mac/ios32"]
flaky: true
flutter_gallery_ios32__transition_perf:
description: >
Measures the performance of screen transitions in Flutter Gallery on