mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
12 lines
298 B
Bash
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 |