Skip to content

Commit 9cabe8c

Browse files
craig[bot]erikgrinaker
andcommitted
107689: rangefeed: remove `BenchmarkRangefeed` log output r=erikgrinaker a=erikgrinaker This just adds noise to the results. Epic: none Release note: None Co-authored-by: Erik Grinaker <[email protected]>
2 parents 36665f6 + 9734923 commit 9cabe8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/kv/kvserver/rangefeed/bench_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ func BenchmarkRangefeedBudget(b *testing.B) {
8383
// runBenchmarkRangefeed runs a rangefeed benchmark, emitting b.N events across
8484
// a rangefeed.
8585
func runBenchmarkRangefeed(b *testing.B, opts benchmarkRangefeedOpts) {
86-
defer log.Scope(b).Close(b)
87-
8886
ctx, cancel := context.WithCancel(context.Background())
8987
defer cancel()
9088
stopper := stop.NewStopper()

0 commit comments

Comments
 (0)