Skip to content

Commit 9677be7

Browse files
authored
Merge pull request #2085 from nnethercote/rm-webrender-2022
Remove `webrender-2022`
2 parents d02b205 + 33c9172 commit 9677be7

File tree

1,260 files changed

+2
-184512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,260 files changed

+2
-184512
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)"

collector/compile-benchmarks/webrender-2022/.gitignore

-27
This file was deleted.

collector/compile-benchmarks/webrender-2022/.taskcluster.yml

-180
This file was deleted.

collector/compile-benchmarks/webrender-2022/0-println.patch

-12
This file was deleted.

0 commit comments

Comments
 (0)