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>
10 lines
198 B
YAML
10 lines
198 B
YAML
tests:
|
|
drivers.disk.disk_performance:
|
|
depends_on: sdhc
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: fixture_sdhc
|
|
tags: disk sdhc
|
|
integration_platforms:
|
|
- mimxrt1064_evk
|