Bug 1338210 - Set threshold for num_static_constructor alerts to 3 r=jmaher

MozReview-Commit-ID: 6publ0XDq3G
This commit is contained in:
William Lachance
2017-03-10 13:53:08 -05:00
parent 230f4f5928
commit 87b8277681

View File

@@ -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
}]}
]
}