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
sb.AppendLine($"- Regression thresholds: time > `{FormatPercent(options.TimeThreshold)}`, alloc > `{FormatPercent(options.AllocThreshold)}`");
229
-
sb.AppendLine("- Anchor: compare the `FastCloner / DeepCloner` ratio from the baseline run to the current run, so hosted runner speed changes do not count as regressions by themselves.");
230
-
sb.AppendLine("- Score guide: values below `1.00x` are better than DeepCloner, above `1.00x` are worse.");
231
229
sb.AppendLine();
232
-
sb.AppendLine("| Status | Benchmark | Time Score (Baseline) | Time Score (Current) | Delta Time Score | Alloc Score (Baseline) | Alloc Score (Current) | Delta Alloc Score |");
0 commit comments