Skip to content

Commit 676aa70

Browse files
committed
Renaming the scaler benchmark to scaler instead of stream
1 parent 5aa6160 commit 676aa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func Benchmark_Distribute(b *testing.B) {
118118
}
119119
}
120120

121-
func Benchmark_Stream(b *testing.B) {
121+
func Benchmark_Scaler(b *testing.B) {
122122
ctx, cancel := context.WithCancel(context.Background())
123123
defer cancel()
124124

0 commit comments

Comments
 (0)