Skip to content

Commit ecb2f3e

Browse files
authored
Merge pull request #1221 from nnethercote/demote-ucd
Demote `ucd` to the secondary benchmarks.
2 parents 6b658d7 + 54a303d commit ecb2f3e

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
@@ -42,9 +42,6 @@ They mostly consist of real-world crates.
4242
ecosystem.
4343
- **tokio-webpush-simple**: A simple web server built with tokio. Uses futures
4444
a lot.
45-
- **ucd**: A Unicode crate. Contains large statics that
46-
[stress](https://github.com/rust-lang/rust/issues/53643) the borrow checker's
47-
implementation of NLL.
4845
- **unicode_normalization**: Unicode character composition and decomposition
4946
utilities. Uses huge `match` statements that stress the compiler in unusual
5047
ways.
@@ -111,6 +108,9 @@ compiler in interesting ways.
111108
with grid coordinates](https://github.com/urschrei/ostn15_phf) that was
112109
causing rustc to [run out of
113110
memory](https://github.com/rust-lang/rust/issues/36799).
111+
- **ucd**: A Unicode crate. Contains large statics that
112+
[stress](https://github.com/rust-lang/rust/issues/53643) the borrow checker's
113+
implementation of NLL.
114114
- **unify-linearly**: Contains many variables that all have equality relations
115115
between them, which caused [exponential
116116
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)