Skip to content

Commit 54a303d

Browse files
committed
Demote ucd to the secondary benchmarks.
It's very much a stress test, and the crate it's from hasn't been updated in 5 years.
1 parent e2ec11a commit 54a303d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

collector/benchmarks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ They mostly consist of real-world crates.
4343
ecosystem.
4444
- **tokio-webpush-simple**: A simple web server built with tokio. Uses futures
4545
a lot.
46-
- **ucd**: A Unicode crate. Contains large statics that
47-
[stress](https://github.com/rust-lang/rust/issues/53643) the borrow checker's
48-
implementation of NLL.
4946
- **unicode_normalization**: Unicode character composition and decomposition
5047
utilities. Uses huge `match` statements that stress the compiler in unusual
5148
ways.
@@ -112,6 +109,9 @@ compiler in interesting ways.
112109
with grid coordinates](https://github.com/urschrei/ostn15_phf) that was
113110
causing rustc to [run out of
114111
memory](https://github.com/rust-lang/rust/issues/36799).
112+
- **ucd**: A Unicode crate. Contains large statics that
113+
[stress](https://github.com/rust-lang/rust/issues/53643) the borrow checker's
114+
implementation of NLL.
115115
- **unify-linearly**: Contains many variables that all have equality relations
116116
between them, which caused [exponential
117117
behavior](https://github.com/rust-lang/rust/pull/32062) in the past.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"runs": 1,
3-
"category": "primary"
3+
"category": "secondary"
44
}

0 commit comments

Comments
 (0)