4 lines
99 B
JavaScript

var helper = require(__dirname + "/test-helper")
helper.testPoolSize(10);
helper.testPoolSize(11);