mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
[BOLT][utils] Bump default time threshold to 2s in nfc-stat-parser
This commit is contained in:
parent
76a9ea1321
commit
9584f58344
@ -19,7 +19,7 @@ def main():
|
||||
)
|
||||
parser.add_argument(
|
||||
"--check_longer_than",
|
||||
default=1,
|
||||
default=2,
|
||||
type=float,
|
||||
help="Only warn on tests longer than X seconds for at least one side",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user