Skip to content

Commit 093485d

Browse files
Revert web_benchmarks back to default optimization level (-O4) (#162762)
As per flutter/flutter#162620. We got the data we were looking for with the experiment. Return the benchmarks to the default optimization level.
1 parent 14bc862 commit 093485d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/devicelab/lib/tasks/web_benchmarks.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Future<TaskResult> runWebBenchmark(WebBenchmarkOptions benchmarkOptions) async {
3838
options: <String>[
3939
'web',
4040
'--no-tree-shake-icons', // local engine builds are frequently out of sync with the Dart Kernel version
41-
'-O2',
4241
if (benchmarkOptions.useWasm) ...<String>['--wasm', '--no-strip-wasm'],
4342
'--dart-define=FLUTTER_WEB_ENABLE_PROFILING=true',
4443
'--profile',

0 commit comments

Comments
 (0)