You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@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.The text was updated successfully, but these errors were encountered: