mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add 32-bit iOS gallery startup test (#17653)
This commit is contained in:
parent
bb35bc3627
commit
20512d458e
14
dev/devicelab/bin/tasks/flutter_gallery_ios32__start_up.dart
Normal file
14
dev/devicelab/bin/tasks/flutter_gallery_ios32__start_up.dart
Normal 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());
|
||||||
|
}
|
@ -440,6 +440,13 @@ tasks:
|
|||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
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:
|
flutter_gallery_ios32__transition_perf:
|
||||||
description: >
|
description: >
|
||||||
Measures the performance of screen transitions in Flutter Gallery on
|
Measures the performance of screen transitions in Flutter Gallery on
|
||||||
|
Loading…
Reference in New Issue
Block a user