mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
http load test: use futures-rustls
This commit is contained in:
parent
bf456b002b
commit
da6180e871
4 changed files with 113 additions and 167 deletions
|
|
@ -10,7 +10,7 @@ use crate::config::*;
|
|||
pub fn create_random_request(
|
||||
config: &Config,
|
||||
state: &LoadTestState,
|
||||
rng: &mut impl Rng,
|
||||
rng: &mut SmallRng,
|
||||
) -> Request {
|
||||
let weights = [
|
||||
config.torrents.weight_announce as u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue