# @name EMMC Write/Read Performance test raw
# @desc format emmc device first and then mount it and do raw read write perf test
# @requires mmc_host
# @setup_requires emmc

EMMC_L_PERF_RAW source 'common.sh'; install_modules.sh "emmc"; do_cmd 'blk_device_filesystem_perf_test.sh -p "dd" -s 100 -B "4194304 1048576 262144 4096" -d "emmc" '
EMMC_L_PERF_RAW_FIO_1G source 'common.sh'; install_modules.sh "emmc"; do_cmd 'blk_device_filesystem_perf_test.sh -p "fio_raw" -s 1g -B "4m 1m 256k 4k" -d "emmc" '
