Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f86dc37

Browse files
committed
Use new scripts
1 parent 60934a5 commit f86dc37

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.cirrus.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,9 @@ task:
4040
ninja -C out/host_release
4141
benchmark_host_script: |
4242
cd $ENGINE_PATH/src/out/host_release/
43-
./txt_benchmarks --benchmark_format=json > txt_benchmarks.json
44-
./fml_benchmarks --benchmark_format=json > fml_benchmarks.json
45-
./shell_benchmarks --benchmark_format=json > shell_benchmarks.json
46-
./ui_benchmarks --benchmark_format=json > ui_benchmarks.json
43+
$ENGINE_PATH/src/flutter/testing/benchmark/generate_metrics.sh
4744
cd $ENGINE_PATH/src/flutter/testing/benchmark
48-
pub get
49-
dart bin/parse_and_send.dart ../../../out/host_release/txt_benchmarks.json
50-
dart bin/parse_and_send.dart ../../../out/host_release/fml_benchmarks.json
51-
dart bin/parse_and_send.dart ../../../out/host_release/shell_benchmarks.json
52-
dart bin/parse_and_send.dart ../../../out/host_release/ui_benchmarks.json
45+
upload_metrics.sh
5346
5447
# The following test depends on Flutter framework repo. It may fail if the
5548
# framework repo is currently broken.

0 commit comments

Comments
 (0)