mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
10 lines
179 B
Bash
10 lines
179 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
set -e
|
|
|
|
echo "*** Running the LMbench open latency test ***"
|
|
|
|
touch test_file
|
|
/benchmark/bin/lmbench/lat_syscall -P 1 open test_file |