Skip to content

Commit 19c11f2

Browse files
authored
Record fml and shell benchmarks (flutter#16991)
1 parent ad82691 commit 19c11f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cirrus.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ task:
5959
benchmark_host_script: |
6060
cd $ENGINE_PATH/src/out/host_release/
6161
./txt_benchmarks --benchmark_format=json > txt_benchmarks.json
62+
./fml_benchmarks --benchmark_format=json > fml_benchmarks.json
63+
./shell_benchmarks --benchmark_format=json > shell_benchmarks.json
6264
cd $ENGINE_PATH/src/flutter/testing/benchmark
6365
pub get
6466
dart bin/parse_and_send.dart ../../../out/host_release/txt_benchmarks.json
67+
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
6569
- name: build_and_test_linux_unopt_debug
6670
compile_host_script: |
6771
cd $ENGINE_PATH/src

0 commit comments

Comments
 (0)