mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 13:56:48 +00:00
10 lines
204 B
Bash
10 lines
204 B
Bash
#!/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 |