Skip to content

Refactor to es6 classes #2278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 16, 2020
Merged
2 changes: 1 addition & 1 deletion packages/pg/bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const run = async () => {
queries = await bench(client, insert, seconds * 1000)
console.log('insert queries:', queries)
console.log('qps', queries / seconds)
console.log('on my laptop best so far seen 5799 qps')
console.log('on my laptop best so far seen 6303 qps')

console.log('')
console.log('Warming up bytea test')
Expand Down
Loading