This commit is contained in:
Jonah Williams 2022-04-25 21:39:07 -07:00 committed by GitHub
parent 2381657394
commit fa96ddd427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
// 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 'package:macrobenchmarks/common.dart';
import 'util.dart';
void main() {
macroPerfTestE2E(
'animated_complex_opacity_perf',
kAnimatedComplexOpacityPerfRouteName,
pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 5),
);
}