Skip to content

Commit 16a6d08

Browse files
committed
feat!: [torrust#1491] remove unused torrent repositories
Repositories that are not used in production. THey have been moved to a new package `torrent-repository-benchmarking`.
1 parent 3d53b23 commit 16a6d08

File tree

18 files changed

+61
-1987
lines changed

18 files changed

+61
-1987
lines changed

Cargo.lock

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

packages/torrent-repository/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@ version.workspace = true
1919
aquatic_udp_protocol = "0"
2020
bittorrent-primitives = "0.1.0"
2121
crossbeam-skiplist = "0"
22-
dashmap = "6"
23-
futures = "0"
2422
parking_lot = "0"
2523
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
2624
torrust-tracker-clock = { version = "3.0.0-develop", path = "../clock" }
2725
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
2826
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
29-
zerocopy = "0.7"
3027

3128
[dev-dependencies]
3229
async-std = { version = "1", features = ["attributes", "tokio1"] }
3330
criterion = { version = "0", features = ["async_tokio"] }
3431
rstest = "0"
35-
36-
[[bench]]
37-
harness = false
38-
name = "repository_benchmark"

packages/torrent-repository/benches/helpers/asyn.rs

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

packages/torrent-repository/benches/helpers/mod.rs

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

packages/torrent-repository/benches/helpers/sync.rs

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

packages/torrent-repository/benches/helpers/utils.rs

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

0 commit comments

Comments
 (0)