Skip to content

Commit 1194ba2

Browse files
authored
Disable shell benchmarks (flutter#17038)
See flutter#52263 TBR: @chinmaygarde
1 parent 8b6119e commit 1194ba2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.cirrus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,10 @@ task:
6060
cd $ENGINE_PATH/src/out/host_release/
6161
./txt_benchmarks --benchmark_format=json > txt_benchmarks.json
6262
./fml_benchmarks --benchmark_format=json > fml_benchmarks.json
63-
./shell_benchmarks --benchmark_format=json > shell_benchmarks.json
6463
cd $ENGINE_PATH/src/flutter/testing/benchmark
6564
pub get
6665
dart bin/parse_and_send.dart ../../../out/host_release/txt_benchmarks.json
6766
dart bin/parse_and_send.dart ../../../out/host_release/fml_benchmarks.json
68-
dart bin/parse_and_send.dart ../../../out/host_release/shell_benchmarks.json
6967
- name: build_and_test_linux_unopt_debug
7068
compile_host_script: |
7169
cd $ENGINE_PATH/src

0 commit comments

Comments
 (0)