We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1823321 commit 3c32b15Copy full SHA for 3c32b15
ci/perf_regression/perf_regression.py
@@ -737,6 +737,9 @@ def generate_regression_report(
737
"<details>",
738
"<summary><strong>View All Benchmarks</strong></summary>",
739
"",
740
+ f"* Minor change threshold: +/- {MINOR_CHANGE_SCALE_FACTOR}x StdDev",
741
+ f"* Major change threshold: +/- {MAJOR_CHANGE_SCALE_FACTOR}x StdDev",
742
+ "",
743
full_array_markdown,
744
"</details>",
745
]
0 commit comments