mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Add lmbench fs tests
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
2ab4ba11bc
commit
720b952996
9
test/benchmark/lmbench-fs-create-delete-files-10k/run.sh
Normal file
9
test/benchmark/lmbench-fs-create-delete-files-10k/run.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
set -e
|
||||
|
||||
echo "*** Running the LMbench file system create/delete test ***"
|
||||
|
||||
/benchmark/bin/lmbench/lat_fs -s 10k -P 1
|
Reference in New Issue
Block a user