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 3e6c917 commit 4e1eaccCopy full SHA for 4e1eacc
toolchain/mfc/bench.py
@@ -138,7 +138,7 @@ def diff():
138
139
grind_time_value = lhs_summary[target.name]["grind"] / rhs_summary[target.name]["grind"]
140
speedups[i] += f" & Grind: {grind_time_value:.2f}"
141
- if grind_time_value <0.98:
+ if grind_time_value <0.95:
142
raise MFCException(f"Benchmarking failed since grind time speedup for {target.name} below acceptable threshold (<0.98) - Case: {slug}")
143
except Exception as _:
144
err = 1
0 commit comments