Skip to content

Commit 9144bf4

Browse files
committed
Adjust benchmarks
1 parent 71aae63 commit 9144bf4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Benchmarks/Hashing/Hashing.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ let benchmarks = { @Sendable in
77
)
88

99
Benchmark("Hash 12") { benchmark in
10-
blackHole {
11-
_ = try Bcrypt.hash(password: "password", cost: 12)
12-
}
10+
_ = try Bcrypt.hash(password: "password", cost: 12)
1311
}
1412
}

0 commit comments

Comments
 (0)