mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
aquatic ws load test: fix cli program name
This commit is contained in:
parent
99b098c132
commit
e026a366f7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||||
|
|
||||||
pub fn main(){
|
pub fn main(){
|
||||||
aquatic_cli_helpers::run_app_with_cli_and_config::<Config>(
|
aquatic_cli_helpers::run_app_with_cli_and_config::<Config>(
|
||||||
"aquatic: udp bittorrent tracker: load tester",
|
"aquatic: webtorrent tracker load tester",
|
||||||
run,
|
run,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue