提交 7812bea7 编写于 作者: G Godofredo Contreras

set -ex to fail scripts inmediately.

上级 8819f84c
......@@ -7,6 +7,8 @@
# This script is expected to run from $ENGINE_PATH/src/out/host_release/
# it is currently used only by automation to collect and upload metrics.
set -ex
./txt_benchmarks --benchmark_format=json > txt_benchmarks.json
./fml_benchmarks --benchmark_format=json > fml_benchmarks.json
./shell_benchmarks --benchmark_format=json > shell_benchmarks.json
......
......@@ -6,6 +6,9 @@
#
# This script is expected to run from $ENGINE_PATH/src/flutter/testing/benchmark
# it is currently used only by automation to collect and upload metrics.
set -ex
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册