external_zblue/tests/drivers/disk/disk_performance
Daniel DeGrasse 54e395ff3c drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME
Remove CONFIG_MMC_VOLUME_NAME, and set the disk name based on the
``disk-name`` property. This aligns with other disk drivers, and allows
for multiple instances of the mmc_subsys disk driver to be registered.

Add disk-name properties for all in tree definitions for the
mmc-subsys disk driver, and change all in tree usage of the disk name

Fixes #75004

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2026-04-20 17:55:23 +08:00
..
boards tests: add h3ulcb and salvator xs m3configs to perf disk tests 2026-04-20 17:14:33 +08:00
src drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2026-04-20 17:55:23 +08:00
CMakeLists.txt
Kconfig tests: disk: Increase stack size for USDHC 2026-04-20 16:10:03 +08:00
README.txt
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2026-04-20 16:44:15 +08:00
testcase.yaml hwmv2: Introduce Hardware model version 2 and convert devices 2026-04-20 17:04:04 +08:00

README.txt

Disk Performance Test
##################

This test is intended to test the performance of disk devices under Zephyr. It
was tested with SD cards, but can be used for other disk devices as well.
The test has the following phases:

* Setup test: simply sets up the disk, and reads data such as the sector count
  and sector size

* Sequential read test: This test performs sequential reads, first only over one
  sector, than over multiple sequential sectors.

* Random read test: This test performs random reads across the disk, each one
  sector in length.

* Sequential write test: This test performs sequential writes, first only over
  one sector, than over multiple sequential sectors.

* Random write test: This test performs random writes across the disk, each one
  sector in length