Skip to content

Commit

Permalink
Errant ')' removed
Browse files Browse the repository at this point in the history
  • Loading branch information
iczerjones committed Jun 2, 2023
1 parent 7c272fd commit 3e55d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diskspd_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Write-Host "Test complete"

### Test #2: MSSQL Logfile Workload
Write-Host "Starting log buffer flush simulation"
& $diskspd -D -L -d600 -W300 -Sh -b60K -s -w100 -t1 -o32 -Z1M -c1G "$($datalog):\logio.dat" > "C:\Temp\logw_results).txt"
& $diskspd -D -L -d600 -W300 -Sh -b60K -s -w100 -t1 -o32 -Z1M -c1G "$($datalog):\logio.dat" > "C:\Temp\logw_results.txt"
Write-Host "Test complete"

### Test #3: MSSQL Read-ahead Workload
Expand Down

0 comments on commit 3e55d15

Please sign in to comment.