We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb76bff commit 2165453Copy full SHA for 2165453
Benchmarks/ValkeyBenchmarks/ValkeyBenchmarks.swift
@@ -45,8 +45,6 @@ let benchmarks: @Sendable () -> Void = {
45
benchmark.startMeasurement()
46
47
for _ in benchmark.scaledIterations {
48
- let foo = try await connection.get(key: "foo")
49
- precondition(foo == "Bar")
50
}
51
52
benchmark.stopMeasurement()
0 commit comments