2024-09-30 20:37:57 +08:00

12 lines
236 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "*** Running lmbench TCP bandwidth test ***"
/benchmark/bin/lmbench/bw_tcp -s
/benchmark/bin/lmbench/bw_tcp -m 65536 -P 1 127.0.0.1
/benchmark/bin/lmbench/bw_tcp -S 127.0.0.1