We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edae5e8 commit f02b679Copy full SHA for f02b679
MISC/Run-diskspdTests.ps1
@@ -97,13 +97,13 @@ param (
97
[Parameter(Mandatory=$false,Position=5)]
98
$ReadBlockSize = "1M",
99
100
- [Parameter(Mandatory=$false,Position=5)]
+ [Parameter(Mandatory=$false,Position=6)]
101
$WriteBlockSize = "4M",
102
103
- [Parameter(Mandatory=$false,Position=6)]
+ [Parameter(Mandatory=$false,Position=7)]
104
$Threads = 16,
105
106
- [Parameter(Mandatory=$false,Position=7)]
+ [Parameter(Mandatory=$false,Position=8)]
107
$ThrottleLimit = 2
108
)
109
#region Variables
0 commit comments