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.
1 parent 211615f commit 79dec6fCopy full SHA for 79dec6f
dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart
@@ -33,7 +33,6 @@ Future<Null> main() async {
33
await tester.pump(); // Start drawer animation
34
await tester.pump(const Duration(seconds: 1)); // Complete drawer animation
35
36
-
37
// Disable calls from the engine which would interfere with the benchmark.
38
ui.window.onBeginFrame = null;
39
ui.window.onDrawFrame = null;
0 commit comments