mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udp load test: refactor worker
This commit is contained in:
parent
1e9b5c450c
commit
d48deeff8c
3 changed files with 288 additions and 340 deletions
|
|
@ -84,7 +84,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
WorkerIndex::SocketWorker(i as usize),
|
||||
);
|
||||
|
||||
run_worker_thread(state, gamma, &config, addr)
|
||||
Worker::run(state, gamma, config, addr)
|
||||
})?;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue