flutter/dev/benchmarks/complex_layout/test_driver/scroll_perf.dart
Viktor Lidholt 794b705133 Merge pull request #3052 from vlidholt/linedrawing
Initial version of complex layout performance test
2016-04-01 15:25:51 -07:00

12 lines
336 B
Dart

// 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 'package:flutter_driver/driver_extension.dart';
import 'package:complex_layout/main.dart' as app;
void main() {
enableFlutterDriverExtension();
app.main();
}