mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Make the benchmark comparison with Linux on ext2 fairer
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
42e28763c5
commit
cfd23336e5
@ -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)
|
||||
|
Reference in New Issue
Block a user