Skip to content

Remove webrender-2022 #2085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
#
# We want the four parts to have similar runtimes.
BENCH_INCLUDE_EXCLUDE_OPTS: [
"--include cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
"--exclude cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
"--include cargo-0.87.1,stm32f4-0.14.0",
"--exclude cargo-0.87.1,stm32f4-0.14.0",
]
PROFILES: [
"Check,Debug,Doc",
Expand Down
4 changes: 0 additions & 4 deletions collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ They mostly consist of real-world crates.
- **unicode-normalization-0.1.19**: Unicode character composition and decomposition
utilities. Uses huge `match` statements that stress the compiler in unusual
ways.
- **webrender-2022**: A web renderer. A large, complex crate used by Firefox
and Servo. Webrender isn't released regularly so this is a development
version (revision da1df33). The `-2022` suffix distinguishes it from earlier
Webrender versions that used to be used in this benchmark suite.

## Secondary

Expand Down
5 changes: 0 additions & 5 deletions collector/compile-benchmarks/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,6 @@ path = "unused-warnings/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "webrender-2022/**"
SPDX-FileCopyrightText = "The Mozilla Project Developers"
SPDX-License-Identifier = "MPL-2.0"

[[annotations]]
path = "wf-projection-stress-65510/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
Expand Down
27 changes: 0 additions & 27 deletions collector/compile-benchmarks/webrender-2022/.gitignore

This file was deleted.

180 changes: 0 additions & 180 deletions collector/compile-benchmarks/webrender-2022/.taskcluster.yml

This file was deleted.

12 changes: 0 additions & 12 deletions collector/compile-benchmarks/webrender-2022/0-println.patch

This file was deleted.

Loading
Loading