mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic udp bench: fix cli program name
This commit is contained in:
parent
561cc3db55
commit
ec0f132142
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||||
|
|
||||||
fn main(){
|
fn main(){
|
||||||
run_app_with_cli_and_config::<BenchConfig>(
|
run_app_with_cli_and_config::<BenchConfig>(
|
||||||
"aquatic benchmarker",
|
"aquatic udp bittorrent tracker: benchmarker",
|
||||||
run
|
run
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue