mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
10 lines
223 B
Bash
10 lines
223 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
set -e
|
|
|
|
echo "*** Running the LMbench page fault latency test ***"
|
|
|
|
dd if=/dev/zero of=/ext2/test_file bs=1M count=256
|
|
/benchmark/bin/lmbench/lat_pagefault -P 1 /ext2/test_file |