Files
asterinas/test/benchmark/fio/ext2_seq_read_bw/run.sh
2024-11-20 16:22:20 +08:00

12 lines
298 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "*** Running the FIO sequential read test (Ext2) ***"
/benchmark/bin/fio -rw=read -filename=/ext2/fio-test -name=seqread \
-size=1G -bs=1M \
-ioengine=sync -direct=1 -numjobs=1 -fsync_on_close=1 \
-time_based=1 -ramp_time=60 -runtime=100