Add lmbench mmap bandwidth test

This commit is contained in:
Yuke Peng
2024-08-16 12:42:33 +08:00
committed by Tate, Hongliang Tian
parent 46d45de37a
commit 9e2956b4a3
4 changed files with 32 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
- lmbench-fs-create-delete-files-10k
# Mmap-related benchmarks
- lmbench-pagefault
- lmbench-mmap-bandwidth
# Semaphore benchmark
- lmbench-semaphore
fail-fast: false