Skip to content

Commit ab22b12

Browse files
committed
Demote tokio-webpush-simple to run only in the stable set.
It's old, not that interesting, and not reflective of modern async code.
1 parent e2ec11a commit ab22b12

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
@@ -41,8 +41,6 @@ They mostly consist of real-world crates.
4141
- **stm32f4**: A crate that has many thousands of blanket impl blocks.
4242
- **syn**: A library for parsing Rust code. An important part of the Rust
4343
ecosystem.
44-
- **tokio-webpush-simple**: A simple web server built with tokio. Uses futures
45-
a lot.
4644
- **ucd**: A Unicode crate. Contains large statics that
4745
[stress](https://github.com/rust-lang/rust/issues/53643) the borrow checker's
4846
implementation of NLL.
@@ -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)