Skip to content

Commit

Permalink
Adding printAllError back in
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Jul 15, 2024
1 parent 65aa56d commit c4382d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ func main() {
flag.StringVar(&resolveHosts, "resolveHosts", "", "Resolve hosts using the given DNS server.")
flag.IntVar(&proc, "proc", 32, "Concurrent requests per host")
flag.IntVar(&seconds, "seconds", 15, "how long (Seconds) to run hperf")
// flag.BoolVar(&printAllErrors, "printAll", false, "Print all erros as they happen")
flag.BoolVar(&printAllErrors, "printErrors", false, "Print all errors in real time")
flag.Parse()

if latency {
Expand Down

0 comments on commit c4382d7

Please sign in to comment.