zephyr/tests/drivers/disk/disk_performance
Najumon Ba b3d78de656 arch: x86: updated acpi config macro
renamed x86 CONFIG_ACPI config macro to CONFIG_x86_ACPI.

Signed-off-by: Najumon Ba <najumon.ba@intel.com>
2023-06-30 17:53:01 +03:00
..
boards arch: x86: updated acpi config macro 2023-06-30 17:53:01 +03:00
src tests/disk: Add NVMe disk to disk_performance 2023-04-07 13:28:47 +02:00
CMakeLists.txt
Kconfig
prj.conf tests: drivers: disk: Update outdated prj.conf 2023-02-08 10:18:13 +01:00
README.txt
testcase.yaml tests/disk: Add NVMe disk to disk_performance 2023-04-07 13:28:47 +02:00

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