Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:benchmark [2026/04/16 16:15] – [Disk Performance] chriswindows:benchmark [2026/04/16 16:17] (current) – [Disk Performance] chris
Line 4: Line 4:
  
 The precreation of the test file is recommended: The precreation of the test file is recommended:
-<code bat>+<code cmd>
 diskspd.exe -c16G C:\test.dat diskspd.exe -c16G C:\test.dat
 </code> </code>
  
 +Recommended Tests:
 +|**Short**|**Block Size**|**Workload**|**Read/Write**|**Command**|
 +|R_4K_70/30RW|4K|Random|70% Read / 30% Write|<code cmd>diskspd.exe -b4K -r -w30 -t8 -o16 -d30 -W10 -Sh C:\test.dat</code>|
 +|S_64K_100W|64K|Sequencial|100% Write|<code cmd>diskspd.exe -b64K -si -w100 -t8 -o16 -d30 -W10 -Sh C:\test.dat</code>|