Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
craig[bot] and erikgrinaker committed Aug 3, 2023
2 parents 36665f6 + 9734923 commit 9cabe8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/kv/kvserver/rangefeed/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ func BenchmarkRangefeedBudget(b *testing.B) {
// runBenchmarkRangefeed runs a rangefeed benchmark, emitting b.N events across
// a rangefeed.
func runBenchmarkRangefeed(b *testing.B, opts benchmarkRangefeedOpts) {
defer log.Scope(b).Close(b)

ctx, cancel := context.WithCancel(context.Background())
defer cancel()
stopper := stop.NewStopper()
Expand Down

0 comments on commit 9cabe8c

Please sign in to comment.