mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Meaningless commit to kick something off in travis
This commit is contained in:
parent
1c441d2378
commit
fb1b5876d6
@ -89,7 +89,9 @@ describe('cursor', function () {
|
||||
const cursor = this.pgCursor(text, values)
|
||||
let count = 0
|
||||
const read = function () {
|
||||
let start = Date.now()
|
||||
cursor.read(100, function (err, rows) {
|
||||
console.log('read in', Date.now() - start)
|
||||
if (err) return done(err)
|
||||
if (!rows.length) {
|
||||
assert.strictEqual(count, 100001)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user