Skip to content

Commit 4eca2cd

Browse files
committed
Demote style-servo to only run in the "stable" set.
By removing its `category` field.
1 parent 4009f1e commit 4eca2cd

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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,style-servo,cargo",
68-
"--include webrender-wrench,style-servo,cargo",
67+
"--exclude webrender-wrench,cargo",
68+
"--include webrender-wrench,cargo",
6969
]
7070
PROFILES: [
7171
"Check,Doc,Debug",

collector/benchmarks/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ They mostly consist of real-world crates.
3939
- **serde**: A serialization/deserialization crate. Used by many other
4040
Rust programs.
4141
- **stm32f4**: A crate that has many thousands of blanket impl blocks.
42-
- **style-servo**: Servo's `style` crate. A large crate, and one used by
43-
Firefox.
4442
- **syn**: A library for parsing Rust code. An important part of the Rust
4543
ecosystem.
4644
- **tokio-webpush-simple**: A simple web server built with tokio. Uses futures
@@ -136,6 +134,7 @@ Rust code being written today.
136134
- **inflate**: See above.
137135
- **regex**: See above.
138136
- **piston-image**: See above.
139-
- **style-servo**: See above.
137+
- **style-servo**: An old version of Servo's `style` crate. A large crate, and
138+
one used by old versions of Firefox.
140139
- **syn**: See above.
141140
- **tokio-webpush-simple**: See above.

collector/benchmarks/style-servo/perf-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"cargo_toml": "components/style/Cargo.toml",
55
"runs": 1,
66
"touch_file": "components/style/lib.rs",
7-
"category": "primary-and-stable"
7+
"category": "stable"
88
}

0 commit comments

Comments
 (0)