diff --git a/tools/cmd/benchmark/main.go b/tools/cmd/benchmark/main.go index 382a3983d..9aa0e9af0 100644 --- a/tools/cmd/benchmark/main.go +++ b/tools/cmd/benchmark/main.go @@ -343,7 +343,7 @@ func EntryPoint(root *cli.Command) { }) sc.Add(cli.OptionSpec{ Name: "--repetitions", - Default: "10", + Default: "100", Type: "int", Help: "The number of repetitions of each benchmark", })