zephyr/tests/drivers/disk/disk_performance
Enjia Mai ccfe9513ec tests: drivers: move the disk performance test to new ztest API
Migrate the testsuite tests/drivers/disk/disk_performance to the
new ztest API.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-27 16:18:34 -04:00
..
boards
src tests: drivers: move the disk performance test to new ztest API 2022-08-27 16:18:34 -04:00
CMakeLists.txt
prj.conf tests: drivers: move the disk performance test to new ztest API 2022-08-27 16:18:34 -04:00
README.txt
testcase.yaml

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