mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 18:33:24 +00:00
Rename tcp_loopback_bw to tcp_loopback_bw_4k
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8e210c2241
commit
46b34aa648
11
test/benchmark/lmbench/tcp_loopback_bw_4k/run.sh
Normal file
11
test/benchmark/lmbench/tcp_loopback_bw_4k/run.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/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 4096 -P 1 127.0.0.1
|
||||
/benchmark/bin/lmbench/bw_tcp -S 127.0.0.1
|
Reference in New Issue
Block a user