Skip to content

Commit 28775df

Browse files
committed
fixed msg
1 parent e43e5e5 commit 28775df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slo/native/query/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func main() {
135135
for i := 0; i < cfg.WriteRPS; i++ {
136136
go w.Write(ctx, &wg, writeRL, gen)
137137
}
138-
log.Println("started " + strconv.Itoa(cfg.ReadRPS) + " write workers")
138+
log.Println("started " + strconv.Itoa(cfg.WriteRPS) + " write workers")
139139

140140
metricsRL := rate.NewLimiter(rate.Every(time.Duration(cfg.ReportPeriod)*time.Millisecond), 1)
141141
wg.Add(1)

0 commit comments

Comments
 (0)