Skip to content

Commit 3c32b15

Browse files
committed
chore(ci): print change thresholds in regression reports
1 parent 1823321 commit 3c32b15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/perf_regression/perf_regression.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,9 @@ def generate_regression_report(
737737
"<details>",
738738
"<summary><strong>View All Benchmarks</strong></summary>",
739739
"",
740+
f"* Minor change threshold: +/- {MINOR_CHANGE_SCALE_FACTOR}x StdDev",
741+
f"* Major change threshold: +/- {MAJOR_CHANGE_SCALE_FACTOR}x StdDev",
742+
"",
740743
full_array_markdown,
741744
"</details>",
742745
]

0 commit comments

Comments
 (0)