1 parent 71aae63 commit 9144bf4Copy full SHA for 9144bf4
1 file changed
Benchmarks/Hashing/Hashing.swift
@@ -7,8 +7,6 @@ let benchmarks = { @Sendable in
7
)
8
9
Benchmark("Hash 12") { benchmark in
10
- blackHole {
11
- _ = try Bcrypt.hash(password: "password", cost: 12)
12
- }
+ _ = try Bcrypt.hash(password: "password", cost: 12)
13
}
14
0 commit comments