Skip to content

Commit

Permalink
Revert "const vs. non-const widget build benchmark" (#148970)
Browse files Browse the repository at this point in the history
Reverts flutter/flutter#148261

For some reason, the benchmark is flaky only on iOS. Android runs are fine. See flutter/flutter#148845.

Closes flutter/flutter#148845.
  • Loading branch information
goderbauer authored May 23, 2024
1 parent 2025ebe commit 6cdb632
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 230 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion dev/devicelab/lib/tasks/microbenchmarks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ TaskFunction createMicrobenchmarkTask({
...await runMicrobench('lib/stocks/layout_bench.dart'),
...await runMicrobench('lib/ui/image_bench.dart'),
...await runMicrobench('lib/layout/text_intrinsic_bench.dart'),
...await runMicrobench('lib/building/const_vs_non_const_bench.dart'),
};

return TaskResult.success(allResults,
Expand Down

0 comments on commit 6cdb632

Please sign in to comment.