Skip to content

Commit

Permalink
docs: update benchmarks with Node.js 15 results
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 29, 2020
1 parent 702c1aa commit 389080d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Results

|**client**|**select**|**select_arg**|**select_args**|**select_where**|
|-|-|-|-|-|
|[`pg`](https://github.com/brianc/node-postgres)|4,640|4,667|2,101|1,649|
|[`pg-promise`](https://github.com/vitaly-t/pg-promise)|4,687|4,945|2,796|1,721|
|[`slonik`](https://github.com/gajus/slonik)|4,716|4,381|2,516|1,708|
|-|-|-|-|
|[`pg`](https://github.com/brianc/node-postgres)|11,097|10,807|5,171|2,892|
|[`pg-promise`](https://github.com/vitaly-t/pg-promise)|10,964|11,466|5,903|3,408|
|[`slonik`](https://github.com/gajus/slonik)|11,411|9,318|5,459|2,769|

Results show operations per second (greater is better).

Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"benny": "^3.6.15",
"pg": "^8.5.1",
"pg-promise": "^10.8.6",
"slonik": "^23.5.0"
"slonik": "^23.5.1"
},
"scripts": {
"benchmark": "node benchmark.js"
Expand Down

0 comments on commit 389080d

Please sign in to comment.