Skip to content

Commit

Permalink
silence status updates with benchmark since we already have the progr…
Browse files Browse the repository at this point in the history
…ess bar (#480)
  • Loading branch information
phillip-stephens authored Nov 26, 2024
1 parent 9549645 commit d403578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func main() {
log.Panicf("failed to set ZDNS_PPROF environment variable: %v", err)
}

cmd := exec.Command("../zdns", "A", "--iterative", "--verbosity=3", "--threads=100")
cmd := exec.Command("../zdns", "A", "--iterative", "--verbosity=3", "--threads=100", "--status-updates-file", "/dev/null")

stdin, err := cmd.StdinPipe()
if err != nil {
Expand Down

0 comments on commit d403578

Please sign in to comment.