This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 32
32
mv $CIRRUS_WORKING_DIR flutter
33
33
gclient sync
34
34
matrix :
35
- - name : build_and_benchmark_linux_release
36
- only_if : $CIRRUS_BRANCH == 'master' # Only run for post-submit commits.
37
- compile_host_script : |
38
- cd $ENGINE_PATH/src
39
- ./flutter/tools/gn --runtime-mode=release
40
- ninja -C out/host_release
41
- benchmark_host_script : |
42
- 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
47
- 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
53
-
54
35
# The following test depends on Flutter framework repo. It may fail if the
55
36
# framework repo is currently broken.
56
37
- name : build_and_test_linux_unopt_debug
You can’t perform that action at this time.
0 commit comments