Make the benchmark comparison with Linux on ext2 fairer

This commit is contained in:
Shaowei Song
2024-09-14 06:17:06 +00:00
committed by Tate, Hongliang Tian
parent 42e28763c5
commit cfd23336e5
2 changed files with 11 additions and 4 deletions

View File

@ -45,7 +45,6 @@ prepare_system() {
mount -t devtmpfs devtmpfs /dev
ip link set lo up
modprobe virtio_blk
mkfs.ext2 -F /dev/vda
mount -t ext2 /dev/vda /ext2
elif [ "$SYSTEM" = "asterinas" ]; then
# Asterinas-specific preparation (if any)