animated_placeholder_perf__e2e_summary.dart 507 Bytes
Newer Older
1 2 3 4 5 6
// Copyright 2014 The Flutter 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';

7
import 'package:flutter_devicelab/framework/devices.dart';
8
import 'package:flutter_devicelab/framework/framework.dart';
9
import 'package:flutter_devicelab/tasks/perf_tests.dart';
10 11 12 13 14

Future<void> main() async {
  deviceOperatingSystem = DeviceOperatingSystem.android;
  await task(createAnimatedPlaceholderPerfE2ETest());
}