Skip to content

Commit

Permalink
Renaming the scaler benchmark to scaler instead of stream
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 22, 2022
1 parent 5aa6160 commit 676aa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func Benchmark_Distribute(b *testing.B) {
}
}

func Benchmark_Stream(b *testing.B) {
func Benchmark_Scaler(b *testing.B) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down

0 comments on commit 676aa70

Please sign in to comment.