Skip to content

Commit 972dae8

Browse files
committed
fixup: Improve printing
1 parent f15d975 commit 972dae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
PR_total_time = pr$total_time,
5252
Main_median = main$median,
5353
Main_total_time = main$total_time,
54-
Slowdown_percent_median = slowdown_median
54+
Slowdown_percent_median = as.numeric(slowdown_median)
5555
)
5656
5757
cat("\n=== Benchmark Comparison ===\n")
58-
print(result_table, row.names = FALSE)
58+
print(result_table, row.names = FALSE, width = Inf)
5959
6060
if (any(slowdown_median >= 20)) {
6161
cat("\nERROR: PR branch is >=20% (median time) slower than main for at least one benchmark entry\n")

0 commit comments

Comments
 (0)