File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 41
41
" --include webrender-wrench,style-servo" ,
42
42
" --include script-servo" ,
43
43
]
44
+ BUILD_KINDS : [
45
+ " Check,Doc" ,
46
+ " Debug" ,
47
+ " Opt" ,
48
+ ]
44
49
name : Test benchmarks
45
50
runs-on : ubuntu-latest
46
51
steps :
71
76
run : sh -x -c "ci/check-benchmarks.sh"
72
77
env :
73
78
BENCH_INCLUDE_EXCLUDE_OPTS : ${{ matrix.BENCH_INCLUDE_EXCLUDE_OPTS }}
79
+ BUILD_KINDS : ${{ matrix.BUILD_KINDS }}
74
80
SHELL : " /bin/bash"
75
81
76
82
test_profiling :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUST_BACKTRACE=1 \
17
17
RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
18
18
cargo run -p collector --bin collector -- \
19
19
bench_local $bindir /rustc Test \
20
- --builds Check,Doc \
20
+ --builds $BUILD_KINDS \
21
21
--cargo $bindir /cargo \
22
22
--runs All \
23
23
--rustdoc $bindir /rustdoc \
You can’t perform that action at this time.
0 commit comments