Add disk performance test, to report performance of disk devices. This test reports performance for single sector R/W, sequential read/writes, and an IOPS score based on random 512 byte reads and writes. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_DISK_ACCESS=y
|
|
CONFIG_DISK_DRIVER_SDMMC=y
|
|
CONFIG_TIMING_FUNCTIONS=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|