Skip to content

Commit 079ed26

Browse files
apollo_network: removed old network stress test code (#10550)
1 parent 8e3d2c0 commit 079ed26

File tree

8 files changed

+0
-564
lines changed

8 files changed

+0
-564
lines changed

Cargo.lock

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

crates/apollo_network/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ apollo_network_types.workspace = true
1515
async-stream.workspace = true
1616
async-trait.workspace = true
1717
bytes.workspace = true
18-
clap = { workspace = true, features = ["derive"] }
1918
derive_more.workspace = true
2019
futures.workspace = true
2120
lazy_static.workspace = true
@@ -33,8 +32,6 @@ libp2p = { workspace = true, features = [
3332
"tokio",
3433
"yamux",
3534
] }
36-
metrics.workspace = true
37-
metrics-exporter-prometheus.workspace = true
3835
replace_with.workspace = true
3936
serde = { workspace = true, features = ["derive"] }
4037
starknet_api.workspace = true
@@ -44,7 +41,6 @@ thiserror.workspace = true
4441
tokio = { workspace = true, features = ["full", "sync"] }
4542
tokio-retry.workspace = true
4643
tracing.workspace = true
47-
tracing-subscriber.workspace = true
4844
unsigned-varint = { workspace = true, features = ["std"] }
4945
validator = { workspace = true, features = ["derive"] }
5046

@@ -55,12 +51,10 @@ assert_matches.workspace = true
5551
deadqueue = { workspace = true, features = ["unlimited"] }
5652
defaultmap.workspace = true
5753
libp2p-swarm-test.workspace = true
58-
mockall.workspace = true
5954
pretty_assertions.workspace = true
6055
rstest.workspace = true
6156
tokio = { workspace = true, features = ["full", "sync", "test-util"] }
6257
tokio-stream.workspace = true
63-
void.workspace = true
6458
waker-fn.workspace = true
6559

6660
[lints]

crates/apollo_network/src/bin/broadcast_network_stress_test_node/README.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

crates/apollo_network/src/bin/broadcast_network_stress_test_node/converters.rs

Lines changed: 0 additions & 88 deletions
This file was deleted.

crates/apollo_network/src/bin/broadcast_network_stress_test_node/converters_test.rs

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)