Unverified Commit fa96ddd4 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

add missing benchmark test file fromhttps://github.com/flutter/flutter/pull/102532 (#102544)

parent 23816573
// 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),
);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment