mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 20:16:42 +00:00
Add lmbench unix connect latency test
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
069cd7932b
commit
30726ad880
10
test/benchmark/lmbench-unix-connect-latency/run.sh
Normal file
10
test/benchmark/lmbench-unix-connect-latency/run.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
set -e
|
||||
|
||||
echo "*** Running the LMbench unix connect latency test ***"
|
||||
|
||||
/benchmark/bin/lmbench/lat_unix_connect -s
|
||||
/benchmark/bin/lmbench/lat_unix_connect -P 1
|
Reference in New Issue
Block a user