Skip to content

Commit ce8ad46

Browse files
committed
Demote encoding to run only in the stable set.
It's from a crate that hasn't been updated in 5 years. It has some big tables, but so do `tuple-stress` and `ucd`. `ucd` and `unicode_normalization` are also related to character encoding. So, overall, not that interesting.
1 parent e2ec11a commit ce8ad46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

collector/benchmarks/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ They mostly consist of real-world crates.
2525
ensure a lot of invariants. Stresses anything related to resolving
2626
trait bounds, by having a lot of trait impls for a large number of different
2727
types.
28-
- **encoding**: Character encoding support. Contains some large tables.
2928
- **futures**: A futures implementation. Used by many Rust programs.
3029
- **helloworld**: A trivial program. Gives a lower bound on compile time.
3130
- **html5ever**: An HTML parser. Stresses macro parsing code significantly.
@@ -132,7 +131,8 @@ longest continuous data set for compiler performance. As a result, they are
132131
quite old (e.g. 2017 or earlier), and not necessarily reflective of typical
133132
Rust code being written today.
134133

135-
- **encoding**: See above.
134+
- **encoding**: An old crate providing character encoding support. Contains
135+
some large tables.
136136
- **futures**: See above.
137137
- **html5ever**: See above.
138138
- **inflate**: See above.
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)