# @name MMC card: MMC Write/Read Performance test
# @desc format mmc device first and then mount it and do read write perf test
# @requires mmc_host/mmc
# @setup_requires mmc

MMC_S_PERF_MMC_VFAT_10M source "common.sh"; install_modules.sh "mmc"; blk_device_filesystem_perf_test.sh -f vfat -s 10 -B "102400 262144" -d "mmc"
MMC_L_PERF_MMC_VFAT source "common.sh"; install_modules.sh "mmc"; blk_device_filesystem_perf_test.sh -f vfat -s 100 -B "102400 262144 524288 1048576 5242880" -d "mmc"



