Bug 1338210 - Set threshold for num_static_constructor alerts to 3 r=jmaher
MozReview-Commit-ID: 6publ0XDq3G
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
#!/usr/bin/python
|
||||
import json
|
||||
|
||||
import re
|
||||
import subprocess
|
||||
import sys
|
||||
@@ -56,7 +57,8 @@ if __name__ == '__main__':
|
||||
"subtests": [{
|
||||
"name": "num_static_constructors",
|
||||
"value": count_ctors(f),
|
||||
"alertThreshold": 0.25
|
||||
"alertChangeType": "absolute",
|
||||
"alertThreshold": 3
|
||||
}]}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user