File tree 3 files changed +2
-11
lines changed
collector/compile-benchmarks
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ jobs:
114
114
#
115
115
# We want the four parts to have similar runtimes.
116
116
BENCH_INCLUDE_EXCLUDE_OPTS : [
117
- " --include cargo-0.87.1,stm32f4-0.14.0,webrender-2022 " ,
118
- " --exclude cargo-0.87.1,stm32f4-0.14.0,webrender-2022 " ,
117
+ " --include cargo-0.87.1,stm32f4-0.14.0" ,
118
+ " --exclude cargo-0.87.1,stm32f4-0.14.0" ,
119
119
]
120
120
PROFILES : [
121
121
" Check,Debug,Doc" ,
Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ They mostly consist of real-world crates.
59
59
- ** unicode-normalization-0.1.19** : Unicode character composition and decomposition
60
60
utilities. Uses huge ` match ` statements that stress the compiler in unusual
61
61
ways.
62
- - ** webrender-2022** : A web renderer. A large, complex crate used by Firefox
63
- and Servo. Webrender isn't released regularly so this is a development
64
- version (revision da1df33). The ` -2022 ` suffix distinguishes it from earlier
65
- Webrender versions that used to be used in this benchmark suite.
66
62
67
63
## Secondary
68
64
Original file line number Diff line number Diff line change @@ -294,11 +294,6 @@ path = "unused-warnings/**"
294
294
SPDX-FileCopyrightText = " The Rust Project Developers (see https://thanks.rust-lang.org)"
295
295
SPDX-License-Identifier = " MIT"
296
296
297
- [[annotations ]]
298
- path = " webrender-2022/**"
299
- SPDX-FileCopyrightText = " The Mozilla Project Developers"
300
- SPDX-License-Identifier = " MPL-2.0"
301
-
302
297
[[annotations ]]
303
298
path = " wf-projection-stress-65510/**"
304
299
SPDX-FileCopyrightText = " The Rust Project Developers (see https://thanks.rust-lang.org)"
You can’t perform that action at this time.
0 commit comments