Files
asterinas/test/benchmark/lmbench-shell/run.sh
2024-08-08 16:28:45 +08:00

13 lines
231 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "*** Running the LMbench shell latency test ***"
if [ ! -d /tmp ]; then
mkdir /tmp
fi
cp /benchmark/bin/lmbench/hello /tmp/
/benchmark/bin/lmbench/lat_proc -P 1 shell