mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 04:26:39 +00:00
12 lines
245 B
Bash
12 lines
245 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
|
|
/benchmark/bin/lmbench/lat_connect 127.0.0.1
|
|
/benchmark/bin/lmbench/lat_connect -S 127.0.0.1
|