From 4de0596a88fe3680b8dd8fc600e4ed1b4694009c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 12 Dec 2022 10:34:40 +0100 Subject: [PATCH] Remove debug code in bench.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- benchmarks/versus-external-pools/bench.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/versus-external-pools/bench.sh b/benchmarks/versus-external-pools/bench.sh index 16ed0127..e1790aea 100755 --- a/benchmarks/versus-external-pools/bench.sh +++ b/benchmarks/versus-external-pools/bench.sh @@ -41,7 +41,6 @@ poolSize=${poolSize:-10} iterations=${iterations:-100000} echo 'Running benchmarks with pool size:' ${poolSize}', number of iterations:' ${iterations}', task type:' ${taskType} 'and task size:' ${taskSize} -exit 1 export NODE_ENV=production export TASK_TYPE=${taskType} export TASK_SIZE=${taskSize} -- 2.34.1