We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fcce7 commit ed9b10fCopy full SHA for ed9b10f
1 file changed
scripts/performance/compare_benchmark.py
@@ -116,7 +116,7 @@ def main() -> None:
116
improvement_pct = (best_total - current_total) / best_total * 100
117
logger.info(
118
f"PASS (new best): {current_total:.2f}s is {improvement_pct:.1f}% "
119
- f"faster than the previous best {best_total:.2f}s – updating stored best."
+ f"faster than the previous best {best_total:.2f}s – updating in S3."
120
)
121
best_path.write_text(current_path.read_text())
122
_github_output("new_best", "true")
0 commit comments