mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
10 lines
208 B
Bash
10 lines
208 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
set -e
|
|
|
|
echo "*** Running the LMbench mmap latency test ***"
|
|
|
|
dd if=/dev/zero of=/ext2/test_file bs=1M count=4
|
|
/benchmark/bin/lmbench/lat_mmap 4m /ext2/test_file |