Unverified Commit 81b0e9f1 authored by Loïc Sharma's avatar Loïc Sharma Committed by GitHub

Revert "Run benchmarks with `--omit-type-checks`" (#131353)

Reverts flutter/flutter#131102 as it closed the tree due to `Linux web_benchmarks_skwasm` failures. The test seems to be timing out without completing.

Example failure: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20web_benchmarks_skwasm/1/overview
parent 27e91231
......@@ -1079,6 +1079,7 @@ targets:
- name: Linux web_benchmarks_html
recipe: devicelab/devicelab_drone
presubmit: false
timeout: 60
properties:
dependencies: >-
......@@ -1095,6 +1096,7 @@ targets:
- .ci.yaml
- name: Linux web_benchmarks_skwasm
bringup: true
recipe: devicelab/devicelab_drone
presubmit: false
timeout: 60
......
......@@ -36,7 +36,6 @@ Future<TaskResult> runWebBenchmark(WebBenchmarkOptions benchmarkOptions) async {
if (benchmarkOptions.useWasm) ...<String>[
'--wasm',
'--wasm-opt=debug',
'--omit-type-checks',
],
'--dart-define=FLUTTER_WEB_ENABLE_PROFILING=true',
'--web-renderer=${benchmarkOptions.webRenderer}',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment