Skip to content

Commit fb1b587

Browse files
committed
Meaningless commit to kick something off in travis
1 parent 1c441d2 commit fb1b587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/pg-cursor/test/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ describe('cursor', function () {
8989
const cursor = this.pgCursor(text, values)
9090
let count = 0
9191
const read = function () {
92+
let start = Date.now()
9293
cursor.read(100, function (err, rows) {
94+
console.log('read in', Date.now() - start)
9395
if (err) return done(err)
9496
if (!rows.length) {
9597
assert.strictEqual(count, 100001)

0 commit comments

Comments
 (0)