diff --git a/extra/benchmark/tcp-echo0/tcp-echo0.factor b/extra/benchmark/tcp-echo0/tcp-echo0.factor index 76860c6667..1f2fdc2af5 100644 --- a/extra/benchmark/tcp-echo0/tcp-echo0.factor +++ b/extra/benchmark/tcp-echo0/tcp-echo0.factor @@ -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 ;