http load test: use futures-rustls

This commit is contained in:
Joakim Frostegård 2022-04-10 00:58:36 +02:00
parent bf456b002b
commit da6180e871
4 changed files with 113 additions and 167 deletions

View file

@ -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,