mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udo load test: config: rename "handler" to "requests", refactor
This commit is contained in:
parent
dd573cdb30
commit
411716e333
5 changed files with 47 additions and 45 deletions
|
|
@ -127,7 +127,7 @@ pub fn run_worker_thread(
|
|||
}
|
||||
}
|
||||
|
||||
if rng.gen::<f32>() <= config.additional_request_probability {
|
||||
if rng.gen::<f32>() <= config.requests.additional_request_probability {
|
||||
let additional_request =
|
||||
create_connect_request(generate_transaction_id(&mut rng));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue