mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Make the default number of repetitions for benchmark 100
This commit is contained in:
@@ -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",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user