Skip to content

Commit cca9abc

Browse files
committed
Update other stuff for removing webrender-wrench.
1 parent d5ef422 commit cca9abc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
strategy:
6565
matrix:
6666
BENCH_INCLUDE_EXCLUDE_OPTS: [
67-
"--exclude webrender-wrench,cargo-0.60.0",
68-
"--include webrender-wrench,cargo-0.60.0",
67+
"--exclude cargo-0.60.0",
68+
"--include cargo-0.60.0",
6969
]
7070
PROFILES: [
7171
"Check,Doc,Debug",

collector/benchmarks/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ They mostly consist of real-world crates.
4949
utilities. Uses huge `match` statements that stress the compiler in unusual
5050
ways.
5151
- **webrender**: A web renderer. Used by Firefox and Servo.
52-
- **webrender-wrench**: WebRender's test bench. An executable pulling in large
53-
dependencies.
5452

5553
## Secondary
5654

0 commit comments

Comments
 (0)