Skip to content

Commit e15e2b2

Browse files
authored
Merge pull request #1220 from nnethercote/demote-tokio-webpush-simple
Demote `tokio-webpush-simple` to run only in the stable set.
2 parents ecb2f3e + 914a17c commit e15e2b2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

collector/benchmarks/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ They mostly consist of real-world crates.
4040
- **stm32f4**: A crate that has many thousands of blanket impl blocks.
4141
- **syn**: A library for parsing Rust code. An important part of the Rust
4242
ecosystem.
43-
- **tokio-webpush-simple**: A simple web server built with tokio. Uses futures
44-
a lot.
4543
- **unicode_normalization**: Unicode character composition and decomposition
4644
utilities. Uses huge `match` statements that stress the compiler in unusual
4745
ways.
@@ -141,4 +139,5 @@ Rust code being written today.
141139
- **style-servo**: An old version of Servo's `style` crate. A large crate, and
142140
one used by old versions of Firefox.
143141
- **syn**: See above.
144-
- **tokio-webpush-simple**: See above.
142+
- **tokio-webpush-simple**: A simple web server built with a very old version
143+
of tokio. Uses futures a lot, but doesn't use `async`/`await`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"touch_file": "src/main.rs",
3-
"category": "primary-and-stable"
3+
"category": "stable"
44
}

0 commit comments

Comments
 (0)