Skip to content

Commit

Permalink
Change no-stress runs default to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Cordeiro committed Jun 10, 2021
1 parent 5e7d8d2 commit 57f2c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaker/shaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main(args):
"-nsr",
"--no-stress-runs",
type=int,
default=1,
default=0,
help="specify number of no-stress runs",
)

Expand Down

0 comments on commit 57f2c6b

Please sign in to comment.