@jenna-tomkinson reported that when using the defaults stored from a YAML file that performance is slower than using custom thresholds (defined from a dictionary). This issue may revolve around the use of yaml.safe_load() or some other part of yaml based dependencies which take longer to read and translate into the necessary data.
@jenna-tomkinson reported that when using the defaults stored from a YAML file that performance is slower than using custom thresholds (defined from a dictionary). This issue may revolve around the use of
yaml.safe_load()
or some other part ofyaml
based dependencies which take longer to read and translate into the necessary data.