mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
* First crack at monorepo * Update test command * Update path to script * Remove node 6 from CI
11 lines
150 B
JavaScript
11 lines
150 B
JavaScript
'use strict'
|
|
var helper = require('./test-helper')
|
|
|
|
helper.testPoolSize(1)
|
|
|
|
helper.testPoolSize(2)
|
|
|
|
helper.testPoolSize(40)
|
|
|
|
helper.testPoolSize(200)
|