# @name NOR Write/Read Performance test
# @desc Erase NOR MTD partition, mount it as jffs2 and writes to it
# @requires  nor
# By default, the partition number is specified in get_mtd_partition_number.sh; 

NOR_S_PERF_JFFS2 blk_device_filesystem_perf_test.sh -f jffs2 -s 4 -c 1 -B "256000" -d "nor"
NOR_L_PERF_JFFS2 blk_device_filesystem_perf_test.sh -f jffs2 -s 4 -c 1 -B "102400 256000 512000 1048576" -d "nor"



