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
Currently the js.complexityReport output 16 different metrics, both under "functions" and "aggregate" (16×2 = 32), whereon we calculate count, mean, max, std, mean_90th and max_90th (32×6 = 192 metrics).
My gut feelig is that at least one of "functions" or "aggregate" shoulb be canned.
The text was updated successfully, but these errors were encountered:
Currently the
js.complexityReport
output 16 different metrics, both under "functions" and "aggregate" (16×2 = 32), whereon we calculate count, mean, max, std, mean_90th and max_90th (32×6 = 192 metrics).My gut feelig is that at least one of "functions" or "aggregate" shoulb be canned.
The text was updated successfully, but these errors were encountered: