-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
team: benchmarkPerformance issues found by inspecting benchmarksPerformance issues found by inspecting benchmarks
Description
I don't think this benchmark adds anything that isn't already covered by the hello_world and gallery variants. For the compilation size we need "smallest" and "nontrivial" and complex_layout is right in the middle. Remove them to free up benchmark capacity.
Delete:
Line 1630 in 2c56a25
| - name: Linux_android complex_layout_android__compile |
Line 2653 in 2c56a25
| - name: Mac_benchmark complex_layout_macos__compile |
Line 3505 in 2c56a25
| - name: Mac_ios complex_layout_ios__compile |
Line 4701 in 2c56a25
| - name: Windows complex_layout_win_desktop__compile |
Line 4771 in 2c56a25
| - name: Windows_android complex_layout_win__compile |
flutter/dev/devicelab/lib/tasks/perf_tests.dart
Lines 258 to 260 in 2c56a25
| TaskFunction createComplexLayoutCompileTest() { | |
| return CompileTest('${flutterDirectory.path}/dev/benchmarks/complex_layout').run; | |
| } |
cc @zanderso
Metadata
Metadata
Assignees
Labels
team: benchmarkPerformance issues found by inspecting benchmarksPerformance issues found by inspecting benchmarks