Files
asterinas/test/benchmark/lmbench/tcp_loopback_connect_lat/run.sh
2024-10-17 14:52:58 +08:00

12 lines
255 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "*** Running lmbench TCP connection latency test***"
/benchmark/bin/lmbench/lat_connect -s 127.0.0.1
/benchmark/bin/lmbench/lat_connect 127.0.0.1
/benchmark/bin/lmbench/lat_connect -S 127.0.0.1