We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
foundation/all_elements_bench.dart
1 parent 203f116 commit 1c3b501Copy full SHA for 1c3b501
dev/benchmarks/microbenchmarks/lib/benchmark_collection.dart
@@ -87,10 +87,10 @@ Future<void> main() async {
87
'foundation/all_elements_bench.dart',
88
() async {
89
binding.framePolicy =
90
- LiveTestWidgetsFlutterBindingFramePolicy.fullyLive;
+ LiveTestWidgetsFlutterBindingFramePolicy.benchmarkLive;
91
runApp(const SizedBox.shrink()); // ensure dispose
92
await SchedulerBinding.instance.endOfFrame;
93
- all_elements_bench.execute();
+ await all_elements_bench.execute();
94
}
95
),
96
];
0 commit comments