Skip to content

Commit

Permalink
Fix missing logger
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Feb 7, 2025
1 parent a0bfa10 commit 5cc8319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systemtest/benchtest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import (
"time"

"go.elastic.co/apm/v2/stacktrace"
"go.uber.org/zap"
"go.uber.org/zap/zaptest"
"golang.org/x/time/rate"

Expand Down Expand Up @@ -257,6 +258,7 @@ func Run(allBenchmarks ...BenchmarkFunc) error {
func warmup(agents int, duration time.Duration, url, token string) error {
rl := loadgen.GetNewLimiter(loadgencfg.Config.EventRate.Burst, loadgencfg.Config.EventRate.Interval)
h, err := loadgen.NewEventHandler(loadgen.EventHandlerParams{
Logger: zap.NewNop(),
Path: `*.ndjson`,
URL: url,
Token: token,
Expand Down

0 comments on commit 5cc8319

Please sign in to comment.