Lower tcp-echo0 test so we don't crash

db4
Doug Coleman 2011-10-19 01:17:08 -07:00
parent 55790cc6e4
commit 1f105209cf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ locals formatting ;
IN: benchmark.tcp-echo0
! Max size here is 26 2^ 1 - because array-capacity limits on 32bit platforms
CONSTANT: test-size0 $[ 25 2^ 1 - ]
CONSTANT: test-size0 $[ 23 2^ 1 - ]
MEMO: test-bytes ( n -- byte-array ) iota >byte-array ;