Skip to content

Commit cd9c818

Browse files
authored
Merge pull request #1260 from nnethercote/demote-html5ever
Demote `html5ever` to the stable set.
2 parents 543a651 + 196bc39 commit cd9c818

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

collector/benchmarks/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ They mostly consist of real-world crates.
2626
trait bounds, by having a lot of trait impls for a large number of different
2727
types.
2828
- **helloworld**: A trivial program. Gives a lower bound on compile time.
29-
- **html5ever**: An HTML parser. Stresses macro parsing code significantly.
3029
- **html5ever-0.26.0**: An HTML parser. Stresses macro parsing code.
3130
- **hyper-2**: A fairly large crate. Utilizes async/await, and used by
3231
many Rust programs.
@@ -135,7 +134,7 @@ Rust code being written today.
135134
contain very little code, instead relying on sub-crates. This makes them less
136135
interesting as benchmarks, because we only measure final crate compilation.
137136
This is why there is no futures crate among the primary benchmarks.
138-
- **html5ever**: See above.
137+
- **html5ever**: See above. This is an older version (v0.5.4) of the crate.
139138
- **inflate**: An old implementation of the DEFLATE algorithm. Contains
140139
a very large function containing many locals and basic blocks, similar to
141140
`keccak` but less extreme.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"touch_file": "src/lib.rs",
3-
"category": "primary-and-stable"
3+
"category": "stable"
44
}

0 commit comments

Comments
 (0)