We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43e5e5 commit 28775dfCopy full SHA for 28775df
tests/slo/native/query/main.go
@@ -135,7 +135,7 @@ func main() {
135
for i := 0; i < cfg.WriteRPS; i++ {
136
go w.Write(ctx, &wg, writeRL, gen)
137
}
138
- log.Println("started " + strconv.Itoa(cfg.ReadRPS) + " write workers")
+ log.Println("started " + strconv.Itoa(cfg.WriteRPS) + " write workers")
139
140
metricsRL := rate.NewLimiter(rate.Every(time.Duration(cfg.ReportPeriod)*time.Millisecond), 1)
141
wg.Add(1)
0 commit comments