File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2014 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ import 'dart:async' ;
6
+
7
+ import 'package:flutter_devicelab/tasks/perf_tests.dart' ;
8
+ import 'package:flutter_devicelab/framework/adb.dart' ;
9
+ import 'package:flutter_devicelab/framework/framework.dart' ;
10
+
11
+ Future <void > main () async {
12
+ deviceOperatingSystem = DeviceOperatingSystem .android;
13
+ await task (createTextfieldPerfTest ());
14
+ }
Original file line number Diff line number Diff line change @@ -185,6 +185,12 @@ tasks:
185
185
stage : devicelab
186
186
required_agent_capabilities : ["mac/android"]
187
187
188
+ textfield_perf__timeline_summary :
189
+ description : >
190
+ Measures the runtime performance of textfield on Android.
191
+ stage : devicelab
192
+ required_agent_capabilities : ["mac/android"]
193
+
188
194
flavors_test :
189
195
description : >
190
196
Checks that flavored builds work on Android.
You can’t perform that action at this time.
0 commit comments