Skip to content

Commit 4f7038e

Browse files
committed
docs(bcrypt): update benchmark results
1 parent 8604abd commit 4f7038e

File tree

1 file changed

+14
-26
lines changed

1 file changed

+14
-26
lines changed

packages/bcrypt/README.md

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -65,33 +65,21 @@ Hyper-Threading Technology: Enabled
6565
Memory: 16 GB
6666
```
6767
68-
```bash
69-
@node-rs/bcrypt x 70.38 ops/sec ±1.40% (32 runs sampled)
70-
node bcrypt x 63.88 ops/sec ±0.95% (30 runs sampled)
71-
bcryptjs x 12.23 ops/sec ±4.90% (10 runs sampled)
72-
Async hash round 10 bench suite: Fastest is @node-rs/bcrypt
73-
@node-rs/bcrypt x 16.55 ops/sec ±2.33% (11 runs sampled)
74-
node bcrypt x 14.62 ops/sec ±1.48% (11 runs sampled)
75-
bcryptjs x 3.12 ops/sec ±1.60% (6 runs sampled)
68+
```text
69+
@node-rs/bcrypt x 18.55 ops/sec ±1.51% (12 runs sampled)
70+
node bcrypt x 16.37 ops/sec ±2.94% (11 runs sampled)
71+
bcryptjs x 3.61 ops/sec ±4.86% (6 runs sampled)
7672
Async hash round 12 bench suite: Fastest is @node-rs/bcrypt
77-
@node-rs/bcrypt x 3.65 ops/sec ±5.08% (6 runs sampled)
78-
node bcrypt x 3.50 ops/sec ±2.14% (6 runs sampled)
79-
bcryptjs x 0.84 ops/sec ±12.31% (5 runs sampled)
80-
Async hash round 14 bench suite: Fastest is @node-rs/bcrypt
81-
@node-rs/bcrypt x 18.78 ops/sec ±0.86% (12 runs sampled)
82-
node bcrypt x 16.28 ops/sec ±3.55% (11 runs sampled)
83-
bcryptjs x 3.70 ops/sec ±2.64% (6 runs sampled)
73+
@node-rs/bcrypt x 18.51 ops/sec ±1.60% (12 runs sampled)
74+
node bcrypt x 16.51 ops/sec ±1.51% (11 runs sampled)
75+
bcryptjs x 3.71 ops/sec ±2.23% (6 runs sampled)
8476
Async verify bench suite: Fastest is @node-rs/bcrypt
85-
@node-rs/bcrypt x 19.24 ops/sec ±1.67% (52 runs sampled)
86-
node bcrypt x 17.53 ops/sec ±0.38% (47 runs sampled)
87-
bcryptjs x 14.71 ops/sec ±2.18% (41 runs sampled)
88-
Hash round 10 bench suite: Fastest is @node-rs/bcrypt
89-
@node-rs/bcrypt x 4.79 ops/sec ±1.92% (16 runs sampled)
90-
node bcrypt x 4.26 ops/sec ±2.43% (15 runs sampled)
91-
bcryptjs x 3.76 ops/sec ±1.90% (14 runs sampled)
77+
@node-rs/bcrypt x 4.68 ops/sec ±4.69% (16 runs sampled)
78+
node bcrypt x 3.94 ops/sec ±6.56% (14 runs sampled)
79+
bcryptjs x 3.56 ops/sec ±2.04% (13 runs sampled)
9280
Hash round 12 bench suite: Fastest is @node-rs/bcrypt
93-
@node-rs/bcrypt x 1.19 ops/sec ±2.27% (7 runs sampled)
94-
node bcrypt x 1.00 ops/sec ±4.71% (7 runs sampled)
95-
bcryptjs x 0.93 ops/sec ±5.60% (7 runs sampled)
96-
Hash round 14 bench suite: Fastest is @node-rs/bcrypt
81+
@node-rs/bcrypt x 521,917 ops/sec ±2.27% (82 runs sampled)
82+
node bcrypt x 252,333 ops/sec ±2.05% (82 runs sampled)
83+
bcryptjs x 110,578 ops/sec ±2.37% (82 runs sampled)
84+
genSaltSync bench suite: Fastest is @node-rs/bcrypt
9785
```

0 commit comments

Comments
 (0)