mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
[BOLT][utils] Bump default time threshold to 1s in nfc-stat-parser
This commit is contained in:
@@ -19,7 +19,7 @@ def main():
|
||||
)
|
||||
parser.add_argument(
|
||||
"--check_longer_than",
|
||||
default=0.5,
|
||||
default=1,
|
||||
type=float,
|
||||
help="Only warn on tests longer than X seconds for at least one side",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user