Skip to content

Remove webrender-wrench #1237

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
Mar 25, 2022
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 @@ -64,8 +64,8 @@ jobs:
strategy:
matrix:
BENCH_INCLUDE_EXCLUDE_OPTS: [
"--exclude webrender-wrench,cargo-0.60.0",
"--include webrender-wrench,cargo-0.60.0",
"--exclude cargo-0.60.0",
"--include cargo-0.60.0",
]
PROFILES: [
"Check,Doc,Debug",
Expand Down
2 changes: 0 additions & 2 deletions collector/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ They mostly consist of real-world crates.
utilities. Uses huge `match` statements that stress the compiler in unusual
ways.
- **webrender**: A web renderer. Used by Firefox and Servo.
- **webrender-wrench**: WebRender's test bench. An executable pulling in large
dependencies.

## Secondary

Expand Down
27 changes: 0 additions & 27 deletions collector/benchmarks/webrender-wrench/.gitignore

This file was deleted.

194 changes: 0 additions & 194 deletions collector/benchmarks/webrender-wrench/.taskcluster.yml

This file was deleted.

24 changes: 0 additions & 24 deletions collector/benchmarks/webrender-wrench/0001-println.patch

This file was deleted.

Loading