Skip to content

Commit

Permalink
fix Cargo.toml to reflect deletion of old benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Schweiger authored and Aaron Schweiger committed Sep 16, 2023
1 parent ff18827 commit b8b67b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ name = "sync_mpsc"
path = "sync_mpsc.rs"
harness = false

[[bench]]
name = "sync_mpsc_recv_many"
path = "sync_mpsc_recv_many.rs"
harness = false

[[bench]]
name = "sync_mpsc_oneshot"
path = "sync_mpsc_oneshot.rs"
Expand Down

0 comments on commit b8b67b4

Please sign in to comment.