Make the default number of repetitions for benchmark 100

This commit is contained in:
Kovid Goyal 2024-01-14 15:17:30 +05:30
parent 0e4c49a0d6
commit 8d01a42db1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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",
})