We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webrender-wrench
1 parent d5ef422 commit cca9abcCopy full SHA for cca9abc
.github/workflows/ci.yml
@@ -64,8 +64,8 @@ jobs:
64
strategy:
65
matrix:
66
BENCH_INCLUDE_EXCLUDE_OPTS: [
67
- "--exclude webrender-wrench,cargo-0.60.0",
68
- "--include webrender-wrench,cargo-0.60.0",
+ "--exclude cargo-0.60.0",
+ "--include cargo-0.60.0",
69
]
70
PROFILES: [
71
"Check,Doc,Debug",
collector/benchmarks/README.md
@@ -49,8 +49,6 @@ They mostly consist of real-world crates.
49
utilities. Uses huge `match` statements that stress the compiler in unusual
50
ways.
51
- **webrender**: A web renderer. Used by Firefox and Servo.
52
-- **webrender-wrench**: WebRender's test bench. An executable pulling in large
53
- dependencies.
54
55
## Secondary
56
0 commit comments