Skip to content

Commit 33c9172

Browse files
committed
Remove webrender-2022 remnants.
1 parent ad8651e commit 33c9172

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff 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",

collector/compile-benchmarks/README.md

-4
Original file line numberDiff line numberDiff 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

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,6 @@ path = "unused-warnings/**"
294294
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
295295
SPDX-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]]
303298
path = "wf-projection-stress-65510/**"
304299
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"

0 commit comments

Comments
 (0)