Skip to content

Commit 03dfebd

Browse files
Reverts "Add a microbenchmark for text intrinsic height layout (#145007)" (#145029)
Reverts: flutter/flutter#145007 Initiated by: LongCatIsLooong Reason for reverting: https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_android%20microbenchmarks/15561/overview Original PR Author: LongCatIsLooong Reviewed By: {goderbauer} This change reverts the following previous change: For flutter/flutter#144577. There's no promise that the performance will be great when `IntrinsicHeight/IntrinsicWidth` is used extensively but it's not that uncommon of a widget.
1 parent 56117ed commit 03dfebd

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

dev/benchmarks/microbenchmarks/lib/layout/text_intrinsic_bench.dart

Lines changed: 0 additions & 62 deletions
This file was deleted.

dev/devicelab/lib/tasks/microbenchmarks.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ TaskFunction createMicrobenchmarkTask({
7474
...await runMicrobench('lib/stocks/build_bench.dart'),
7575
...await runMicrobench('lib/stocks/layout_bench.dart'),
7676
...await runMicrobench('lib/ui/image_bench.dart'),
77-
...await runMicrobench('lib/layout/text_intrinsic_bench.dart'),
7877
};
7978

8079
return TaskResult.success(allResults,

0 commit comments

Comments
 (0)