fix: more time for warmup

This commit is contained in:
DarkCat09 2024-12-21 13:02:00 +04:00
parent 6a2dc3eb8c
commit 07ae58009b
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

View file

@ -62,7 +62,7 @@ sleep 2
run_bench () {
hyperfine -N -w 30 \
hyperfine -N -w 200 \
"$exe_dig -p 2253 +short $1 $2 @127.0.0.1" \
"$exe_drill -p 2253 -Q $1 $2 @127.0.0.1" \
"$exe_hr -n 127.0.0.1:2253 -t $1 $2"