Differences

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

Link to this comparison view

Next revision
Previous revision
windows:benchmark [2026/04/16 16:14] – created chriswindows:benchmark [2026/04/16 16:17] (current) – [Disk Performance] chris
Line 3: Line 3:
 Disk performamce can be measured with Microsoft's DiskSpd ([[https://github.com/microsoft/diskspd|GitHub]]) tool. Disk performamce can be measured with Microsoft's DiskSpd ([[https://github.com/microsoft/diskspd|GitHub]]) tool.
  
 +The precreation of the test file is recommended:
 +<code cmd>
 +diskspd.exe -c16G C:\test.dat
 +</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>|