Remove debug code in bench.sh
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 12 Dec 2022 09:34:40 +0000 (10:34 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 12 Dec 2022 09:34:40 +0000 (10:34 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
benchmarks/versus-external-pools/bench.sh

index 16ed0127ca8fac537920bc4a2905311e500fbb8c..e1790aea0be089406ffabe024558ca6c836dedd0 100755 (executable)
@@ -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}