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.
BenchmarkRangefeed
1 parent 57b6b70 commit 9734923Copy full SHA for 9734923
pkg/kv/kvserver/rangefeed/bench_test.go
@@ -83,8 +83,6 @@ func BenchmarkRangefeedBudget(b *testing.B) {
83
// runBenchmarkRangefeed runs a rangefeed benchmark, emitting b.N events across
84
// a rangefeed.
85
func runBenchmarkRangefeed(b *testing.B, opts benchmarkRangefeedOpts) {
86
- defer log.Scope(b).Close(b)
87
-
88
ctx, cancel := context.WithCancel(context.Background())
89
defer cancel()
90
stopper := stop.NewStopper()
0 commit comments