Skip to content

Commit 2165453

Browse files
committed
Check improved
1 parent fb76bff commit 2165453

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Benchmarks/ValkeyBenchmarks/ValkeyBenchmarks.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ let benchmarks: @Sendable () -> Void = {
4545
benchmark.startMeasurement()
4646

4747
for _ in benchmark.scaledIterations {
48-
let foo = try await connection.get(key: "foo")
49-
precondition(foo == "Bar")
5048
}
5149

5250
benchmark.stopMeasurement()

0 commit comments

Comments
 (0)