Unverified Commit 0c5dd8d3 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

Add hot_mode preview_dart_2 tests for ios. (#14022)

* Add hot_mode preview_dart_2 tests for ios.

* Explicitly request ios os in the test.

* 2018
parent 77872cc5
// Copyright (c) 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/hot_mode_tests.dart';
import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/framework/adb.dart';
Future<Null> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createHotModeTest(isPreviewDart2: true));
}
...@@ -155,6 +155,14 @@ tasks: ...@@ -155,6 +155,14 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/android"] required_agent_capabilities: ["mac/android"]
hot_mode_dev_cycle_ios__preview_dart_2_benchmark:
description: >
Measures the performance of Dart VM hot patching feature under
--preview-dart-2 option, that enables Dart 2.0 frontend.
stage: devicelab
required_agent_capabilities: ["mac/ios"]
flaky: true
complex_layout_scroll_perf__memory: complex_layout_scroll_perf__memory:
description: > description: >
Measures memory usage of the scroll performance test. Measures memory usage of the scroll performance test.
......
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