• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/04-Jan-2025-5744

src/04-Jan-2025-311200

CMakeLists.txtD04-Jan-2025233 96

KconfigD04-Jan-2025191 106

README.txtD04-Jan-2025791 2215

prj.confD04-Jan-2025107 65

testcase.yamlD04-Jan-2025390 1817

README.txt

1Disk Performance Test
2##################
3
4This test is intended to test the performance of disk devices under Zephyr. It
5was tested with SD cards, but can be used for other disk devices as well.
6The test has the following phases:
7
8* Setup test: simply sets up the disk, and reads data such as the sector count
9  and sector size
10
11* Sequential read test: This test performs sequential reads, first only over one
12  sector, than over multiple sequential sectors.
13
14* Random read test: This test performs random reads across the disk, each one
15  sector in length.
16
17* Sequential write test: This test performs sequential writes, first only over
18  one sector, than over multiple sequential sectors.
19
20* Random write test: This test performs random writes across the disk, each one
21  sector in length
22