A little ambitious on the tcp-echo2 benchmark. Reduce 20mil to 20k

db4
Doug Coleman 2011-10-17 16:47:21 -07:00
parent bd0278cf63
commit 7ffd51c485
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ USING: benchmark.tcp-echo0 io ;
IN: benchmark.tcp-echo2
: tcp-echo-benchmark2 ( -- )
20,000,000 20 tcp-echo-benchmark ;
20,000 20 tcp-echo-benchmark ;
MAIN: tcp-echo-benchmark2