fix: more time for warmup
This commit is contained in:
parent
6a2dc3eb8c
commit
07ae58009b
1 changed files with 1 additions and 1 deletions
2
main.sh
2
main.sh
|
@ -62,7 +62,7 @@ sleep 2
|
||||||
|
|
||||||
|
|
||||||
run_bench () {
|
run_bench () {
|
||||||
hyperfine -N -w 30 \
|
hyperfine -N -w 200 \
|
||||||
"$exe_dig -p 2253 +short $1 $2 @127.0.0.1" \
|
"$exe_dig -p 2253 +short $1 $2 @127.0.0.1" \
|
||||||
"$exe_drill -p 2253 -Q $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"
|
"$exe_hr -n 127.0.0.1:2253 -t $1 $2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue