mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Add syscall-related benchmarks
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0021f3014c
commit
02ad3d8cab
10
test/benchmark/lmbench-open/run.sh
Normal file
10
test/benchmark/lmbench-open/run.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/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
|
Reference in New Issue
Block a user