feat: phi accrual failure detector (#1200)

This commit is contained in:
LFC
2023-03-21 11:47:47 +08:00
committed by GitHub
parent af101480b3
commit b2a09c888a
14 changed files with 591 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ tower = "0.4"
[dev-dependencies]
criterion = "0.4"
rand = "0.8"
rand.workspace = true
[[bench]]
name = "bench_main"

View File

@@ -12,4 +12,4 @@ serde_json = "1.0"
snafu = { version = "0.7", features = ["backtraces"] }
[dev-dependencies]
rand = "0.8"
rand.workspace = true