Skip to content

Commit 543171c

Browse files
committed
fix: change a default value of threshold
1 parent f932da7 commit 543171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func main() {
3737
&cli.Float64Flag{
3838
Name: "threshold",
3939
Usage: "The program fails if the benchmark gets worse than the threshold",
40-
Value: 0.1,
40+
Value: 0.2,
4141
},
4242
&cli.StringFlag{
4343
Name: "bench",

0 commit comments

Comments
 (0)