File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ jobs:
114114 #
115115 # We want the four parts to have similar runtimes.
116116 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" ,
119119 ]
120120 PROFILES : [
121121 " Check,Debug,Doc" ,
Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ They mostly consist of real-world crates.
5959- ** unicode-normalization-0.1.19** : Unicode character composition and decomposition
6060 utilities. Uses huge ` match ` statements that stress the compiler in unusual
6161 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.
6662
6763## Secondary
6864
Original file line number Diff line number Diff line change @@ -294,11 +294,6 @@ path = "unused-warnings/**"
294294SPDX-FileCopyrightText = " The Rust Project Developers (see https://thanks.rust-lang.org)"
295295SPDX-License-Identifier = " MIT"
296296
297- [[annotations ]]
298- path = " webrender-2022/**"
299- SPDX-FileCopyrightText = " The Mozilla Project Developers"
300- SPDX-License-Identifier = " MPL-2.0"
301-
302297[[annotations ]]
303298path = " wf-projection-stress-65510/**"
304299SPDX-FileCopyrightText = " The Rust Project Developers (see https://thanks.rust-lang.org)"
You can’t perform that action at this time.
0 commit comments