Set tcp benchmarks' backlog as 1

This commit is contained in:
jiangjianfeng
2024-10-17 03:19:13 +00:00
committed by Tate, Hongliang Tian
parent 1fe0a138f9
commit a566e25803
6 changed files with 6 additions and 6 deletions

View File

@ -6,6 +6,6 @@ set -e
echo "*** Running lmbench TCP latency test ***"
/benchmark/bin/lmbench/lat_tcp -s 127.0.0.1
/benchmark/bin/lmbench/lat_tcp -s 127.0.0.1 -b 1
/benchmark/bin/lmbench/lat_tcp -P 1 127.0.0.1
/benchmark/bin/lmbench/lat_tcp -S 127.0.0.1