Skip to content

Commit ed9b10f

Browse files
committed
update message to trigger rerun
1 parent 36fcce7 commit ed9b10f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/performance/compare_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def main() -> None:
116116
improvement_pct = (best_total - current_total) / best_total * 100
117117
logger.info(
118118
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."
119+
f"faster than the previous best {best_total:.2f}s – updating in S3."
120120
)
121121
best_path.write_text(current_path.read_text())
122122
_github_output("new_best", "true")

0 commit comments

Comments
 (0)