load testers: name worker threads "load-test"

This commit is contained in:
Joakim Frostegård 2022-04-06 19:15:01 +02:00
parent 5fb91ccc73
commit 0a63ee3ce7
3 changed files with 5 additions and 3 deletions

View file

@ -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();
})