Skip to content

Commit bb72225

Browse files
debug
1 parent a7ffcf9 commit bb72225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench/01-declarations.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ plot_against_base <- function(new_bm,
2222
dplyr::filter(.data$name %in% !!name)
2323
reference$expression <- bench:::new_bench_expr(Sys.getenv("GITHUB_BASE_REF"))
2424
new_bm <- dplyr::bind_rows(reference, new_bm)
25+
print(new_bm)
2526
stopifnot(nrow(new_bm) == 2)
2627
diff_in_percent <- round(100 * diff(new_bm$p50) / new_bm$p50[1])
2728
pr_comment <- glue::glue("* {name}: {new_bm$p50[1]} -> {new_bm$p50[2]} ({diff_in_percent}%)\n")

0 commit comments

Comments
 (0)