Skip to content

Commit

Permalink
rangefeed: remove BenchmarkRangefeed log output
Browse files Browse the repository at this point in the history
This just adds noise to the results.

Epic: none
Release note: None
  • Loading branch information
erikgrinaker committed Jul 27, 2023
1 parent 57b6b70 commit 9734923
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 9734923

Please sign in to comment.