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
$medianRunIndex = array_key($metricsForMedianArr)[max(0, floor((count($metricsForMedianArr) - 3/* -1 for count to index, -1 for first slow run due compliation, -1 for second run which is a little slower too */) / 2.0))];
0 commit comments