Lower tcp-echo0 test so we don't crash
parent
55790cc6e4
commit
1f105209cf
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue