Skip to content

Commit c25b841

Browse files
committed
Nit
1 parent 93fb90b commit c25b841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let isValid = try Bcrypt.verify(password: password, hash: hash)
2626

2727
Currently these are the benchmarks for hashing the password "password" with cost factor 12, compared to Vapor's C Bcrypt implementation. Measurements were taken on an M2 MacBook Air.
2828

29-
| Mode | Release ms | Debug ms | Allocations Release | Allocations Debug |
29+
| | Release ms | Debug ms | Allocations Release | Allocations Debug |
3030
|------|------------|----------|---------------------|-------------------|
3131
| vapor/authentication | 215ms | 337ms | ~13,700 | ~13,800 |
3232
| swift-bcrypt | 195ms | 453ms | ~13,400 | ~13,500 |

0 commit comments

Comments
 (0)