chore(ci): print change thresholds in regression reports

This commit is contained in:
David Testé
2025-10-28 15:01:25 +01:00
committed by David Testé
parent 1823321aad
commit 3c32b15d02

View File

@@ -737,6 +737,9 @@ def generate_regression_report(
"<details>",
"<summary><strong>View All Benchmarks</strong></summary>",
"",
f"* Minor change threshold: +/- {MINOR_CHANGE_SCALE_FACTOR}x StdDev",
f"* Major change threshold: +/- {MAJOR_CHANGE_SCALE_FACTOR}x StdDev",
"",
full_array_markdown,
"</details>",
]