Skip to content

Commit a604cea

Browse files
apollo_network: broadcast network stress test draft
1 parent a52944b commit a604cea

File tree

18 files changed

+2109
-143
lines changed

18 files changed

+2109
-143
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
@@ -310,6 +310,7 @@ statistical = "1.0.0"
310310
strum = "0.25.0"
311311
strum_macros = "0.25.2"
312312
syn = "2.0.39"
313+
sysinfo = "0.32.1"
313314
tar = "0.4.38"
314315
tempfile = "3.7.0"
315316
test-case = "3.2.1"
@@ -318,6 +319,7 @@ thiserror = "1.0.37"
318319
tikv-jemallocator = "0.5.4"
319320
time = "0.3.37"
320321
tokio = "1.37.0"
322+
tokio-metrics = { version = "0.4.3", features = ["rt", "metrics-rs-integration"], default-features = false }
321323
tokio-retry = "0.3"
322324
tokio-stream = "0.1.8"
323325
tokio-test = "0.4.4"

crates/apollo_network/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ prometheus-parse.workspace = true
4040
replace_with.workspace = true
4141
serde = { workspace = true, features = ["derive"] }
4242
starknet_api.workspace = true
43+
sysinfo.workspace = true
4344
thiserror.workspace = true
4445
tokio = { workspace = true, features = ["full", "sync"] }
46+
tokio-metrics.workspace = true
4547
tokio-retry.workspace = true
4648
tracing.workspace = true
4749
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)