Files
asterinas/test/benchmark/lmbench/mem_mmap_bw/run.sh
2024-09-26 15:33:16 +08:00

10 lines
239 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "*** Running the LMbench mmap bandwidth test ***"
dd if=/dev/zero of=/ext2/test_file bs=1M count=256
/benchmark/bin/lmbench/bw_mmap_rd -W 30 -N 300 256m mmap_only /ext2/test_file