Skip to content

Commit

Permalink
Fix typo in shell_benchmarks (flutter#17578)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuqian authored Apr 8, 2020
1 parent 38cba07 commit 6c1d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task:
cd $ENGINE_PATH/src/out/host_release/
./txt_benchmarks --benchmark_format=json > txt_benchmarks.json
./fml_benchmarks --benchmark_format=json > fml_benchmarks.json
./fml_benchmarks --benchmark_format=json > shell_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
Expand Down

0 comments on commit 6c1d0af

Please sign in to comment.