From 7ffd51c485851c325c56d2cdf48cfacf5751a300 Mon Sep 17 00:00:00 2001 From: Doug Coleman <doug.coleman@gmail.com> Date: Mon, 17 Oct 2011 16:47:21 -0700 Subject: [PATCH] A little ambitious on the tcp-echo2 benchmark. Reduce 20mil to 20k --- extra/benchmark/tcp-echo2/tcp-echo2.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/benchmark/tcp-echo2/tcp-echo2.factor b/extra/benchmark/tcp-echo2/tcp-echo2.factor index af3aaef748..532d21904a 100644 --- a/extra/benchmark/tcp-echo2/tcp-echo2.factor +++ b/extra/benchmark/tcp-echo2/tcp-echo2.factor @@ -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