flutter/dev/devicelab/bin/tasks/tiles_scroll_perf__timeline_summary.dart

13 lines
474 B
Dart
Raw Normal View History

// Copyright 2014 The Flutter Authors. All rights reserved.
2018-07-27 21:59:38 +00:00
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_devicelab/framework/devices.dart';
2018-07-27 21:59:38 +00:00
import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/tasks/perf_tests.dart';
2018-07-27 21:59:38 +00:00
Future<void> main() async {
2018-07-27 21:59:38 +00:00
deviceOperatingSystem = DeviceOperatingSystem.android;
await task(createTilesScrollPerfTest());
}