mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_bench: test multiple threads at once, with disappointing results
DashMap doesn't scale as well as I had hoped. Only the scrape handler performed somewhat better with more threads, since it doesn't exlusively lock the torrent map. The announce and connect handlers, however, gained barely nothing from more threads.
This commit is contained in:
parent
eded822c31
commit
8d7cbb7926
8 changed files with 122 additions and 115 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -49,6 +49,7 @@ dependencies = [
|
|||
"aquatic",
|
||||
"bittorrent_udp",
|
||||
"cli_helpers",
|
||||
"dashmap",
|
||||
"indicatif",
|
||||
"mimalloc",
|
||||
"num-format",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue