File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Currently benchmarked libraries are
10
10
- [ pg-promise] ( https://github.com/vitaly-t/pg-promise )
11
11
- [ pg] ( https://github.com/brianc/node-postgres )
12
12
- [ pg-native] ( https://github.com/brianc/node-pg-native )
13
- - [ slonik] ( https://github.com/gajus/slonik )
14
13
15
14
## Results
16
15
@@ -24,10 +23,6 @@ pg-promise | 331ms (1.3x) | 368ms (1.3x) | 605ms (1.3x) | 771ms (1.5x)
24
23
pg-promise-native | 317ms (1.3x) | 401ms (1.2x) | 618ms (1.3x) | 799ms (1.4x)
25
24
pg | 292ms (1.4x) | 473ms (1.0x) | 772ms (1.1x) | 1070ms (1.1x)
26
25
pg-native | 419ms (1.0x) | 478ms (1.0x) | 816ms (1.0x) | 1138ms (1.0x)
27
- slonik | 10466ms (0.0x) | 10904ms (0.0x) | 11190ms (0.0x) | 11107ms (0.0x)
28
-
29
-
30
- > Slonik is left out of the chart because I'm probably using it wrong and the numbers seem too far off.
31
26
32
27
![ results chart] ( results.png )
33
28
> lower is better
You can’t perform that action at this time.
0 commit comments