Files
asterinas/test/benchmark/lmbench/tcp_virtio_bw_64k/run.sh
2024-11-12 17:47:40 +08:00

13 lines
235 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "Running lmbench TCP latency over virtio-net..."
# Start the server
/benchmark/bin/lmbench/bw_tcp -s 10.0.2.15 -b 1
# Sleep for a long time to ensure VM won't exit
sleep 200