Merge branch 'master' into elu-strategy
[poolifier.git] / 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}