This commit is contained in:
2026-05-08 00:17:03 +02:00
parent 0de2e334ae
commit 5f05108132
6 changed files with 1102 additions and 107 deletions
+7 -1
View File
@@ -8,10 +8,16 @@ publish = false
name = "event_bus"
path = "src/lib.rs"
[[bench]]
name = "event_bus_throughput"
harness = false
[dependencies]
tokio = { version = "1.52.1", default-features = false, features = ["rt", "sync"] }
glob = "0.3.3"
parking_lot = "0.12.5"
tracing = "0.1"
[dev-dependencies]
tokio = { version = "1.52.1", default-features = false, features = ["rt", "rt-multi-thread", "macros", "time", "sync"] }
tokio = { version = "1.52.1", default-features = false, features = ["rt", "rt-multi-thread", "macros", "time", "sync"] }
criterion = { version = "0.8.2", features = ["async_tokio"] }