mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disable shell benchmarks (flutter/engine#17038)
See https://github.com/flutter/flutter/issues/52263 TBR: @chinmaygarde
This commit is contained in:
parent
5f527ac3b3
commit
46dbf3a761
@ -60,12 +60,10 @@ task:
|
||||
cd $ENGINE_PATH/src/out/host_release/
|
||||
./txt_benchmarks --benchmark_format=json > txt_benchmarks.json
|
||||
./fml_benchmarks --benchmark_format=json > fml_benchmarks.json
|
||||
./shell_benchmarks --benchmark_format=json > shell_benchmarks.json
|
||||
cd $ENGINE_PATH/src/flutter/testing/benchmark
|
||||
pub get
|
||||
dart bin/parse_and_send.dart ../../../out/host_release/txt_benchmarks.json
|
||||
dart bin/parse_and_send.dart ../../../out/host_release/fml_benchmarks.json
|
||||
dart bin/parse_and_send.dart ../../../out/host_release/shell_benchmarks.json
|
||||
- name: build_and_test_linux_unopt_debug
|
||||
compile_host_script: |
|
||||
cd $ENGINE_PATH/src
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user