mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
12 lines
228 B
Bash
12 lines
228 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
set -e
|
|
|
|
echo "*** Running lmbench TCP latency test ***"
|
|
|
|
/benchmark/bin/lmbench/lat_tcp -s
|
|
/benchmark/bin/lmbench/lat_tcp -P 1 127.0.0.1
|
|
/benchmark/bin/lmbench/lat_tcp -S 127.0.0.1
|