Skip to content

Commit 36d2167

Browse files
apollo_network: broadcast network stress test draft
1 parent b2aad19 commit 36d2167

File tree

17 files changed

+2273
-142
lines changed

17 files changed

+2273
-142
lines changed

Cargo.lock

Lines changed: 79 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ statistical = "1.0.0"
309309
strum = "0.25.0"
310310
strum_macros = "0.25.2"
311311
syn = "2.0.39"
312+
sysinfo = "0.32.1"
312313
tar = "0.4.38"
313314
tempfile = "3.7.0"
314315
test-case = "3.2.1"
@@ -317,6 +318,7 @@ thiserror = "1.0.37"
317318
tikv-jemallocator = "0.5.4"
318319
time = "0.3.37"
319320
tokio = "1.37.0"
321+
tokio-metrics = { version = "0.4.3", features = ["rt", "metrics-rs-integration"], default-features = false }
320322
tokio-retry = "0.3"
321323
tokio-stream = "0.1.8"
322324
tokio-test = "0.4.4"

crates/apollo_network/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ metrics-exporter-prometheus.workspace = true
3737
replace_with.workspace = true
3838
serde = { workspace = true, features = ["derive"] }
3939
starknet_api.workspace = true
40+
sysinfo.workspace = true
4041
thiserror.workspace = true
4142
tokio = { workspace = true, features = ["full", "sync"] }
43+
tokio-metrics.workspace = true
4244
tokio-retry.workspace = true
4345
tracing.workspace = true
4446
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)