Skip to content

Commit

Permalink
Bug 1338210 - Set threshold for num_static_constructor alerts to 3 r=…
Browse files Browse the repository at this point in the history
…jmaher

MozReview-Commit-ID: 6publ0XDq3G

--HG--
extra : rebase_source : 2f03065fa6d130c1d361fb4e1e7a6ef0641d6084
  • Loading branch information
wlach committed Mar 10, 2017
1 parent 87ac772 commit 330c88c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/util/count_ctors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

#!/usr/bin/python
import json

import re
import subprocess
import sys
Expand Down Expand Up @@ -56,7 +57,8 @@ def count_ctors(filename):
"subtests": [{
"name": "num_static_constructors",
"value": count_ctors(f),
"alertThreshold": 0.25
"alertChangeType": "absolute",
"alertThreshold": 3
}]}
]
}
Expand Down

0 comments on commit 330c88c

Please sign in to comment.