mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
load testers: name worker threads "load-test"
This commit is contained in:
parent
5fb91ccc73
commit
0a63ee3ce7
3 changed files with 5 additions and 3 deletions
|
|
@ -70,6 +70,7 @@ fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
)?;
|
||||
|
||||
LocalExecutorBuilder::new(placement)
|
||||
.name("load-test")
|
||||
.spawn(move || async move {
|
||||
run_socket_thread(config, tls_config, state).await.unwrap();
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue