Files
asterinas/test/benchmark/lmbench/vfs_fstat_lat/run.sh
2024-09-13 21:03:25 +08:00

10 lines
181 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "*** Running the LMbench fstat latency test ***"
touch test_file
/benchmark/bin/lmbench/lat_syscall -P 1 fstat test_file