Skip to content

Commit ad758e0

Browse files
Remove debugging overrides in Windows script
Accidentally checked in a version with an abridged test suite that was used to verify the prior ODF format change.
1 parent 20970b4 commit ad758e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ezfio.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,7 @@ function DefineTests {
546546
$threadslist = (1, 2, 4, 8, 16, 32, 64, 128, 256)
547547
$shorttime = 120 # Runtime of point tests
548548
$longtime = 1200 # Runtime of long-running tests
549-
$threadslist=(1)
550-
$bslist=(4096)
551-
$shorttime=2
552-
$longtime=4
549+
553550
function AddTest( $name, $seqrand, $writepct, $blocksize, $threads, $qdperthread, $desc, $cmdline ) {
554551
if ($threads -eq "") { $qd = '' } else { $qd = ([int]$threads) * ([int]$qdperthread) }
555552
if ($blocksize -ne "") { if ($blocksize -lt 1024) { $bsstr = "${blocksize}b" } else { $bsstr = "{0:N0}K" -f ([int]$blocksize/1024) } }

0 commit comments

Comments
 (0)