benches: mutex contention in watch::Receiver bench (#5472)

This commit is contained in:
tijsvd
2023-02-18 14:51:08 +00:00
committed by GitHub
parent 24aac0add3
commit d7abdbb315
2 changed files with 69 additions and 0 deletions
+5
View File
@@ -32,6 +32,11 @@ name = "sync_mpsc_oneshot"
path = "sync_mpsc_oneshot.rs"
harness = false
[[bench]]
name = "sync_watch"
path = "sync_watch.rs"
harness = false
[[bench]]
name = "rt_multi_threaded"
path = "rt_multi_threaded.rs"