Skip to content

Commit

Permalink
Merge pull request #14 from renaissance-benchmarks/fix/summary
Browse files Browse the repository at this point in the history
Do not generate excessive summaries
  • Loading branch information
ceresek authored Nov 18, 2023
2 parents f36b943 + b4bc1b6 commit d852e1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/report.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ plot_website_stripes_group_helper <- function (group, key) {
plot.background = element_rect (fill = 'transparent', color = NA))

ggsave (glue ('stripe-jdk-{key $ vm_jdk}.png'), nice, width = STRIPE_WIDTH, height = STRIPE_HEIGHT, units = 'mm', bg = 'transparent')

readr::write_csv (group, glue ('summary-jdk-{key $ vm_jdk}.csv'))
}


Expand Down

0 comments on commit d852e1b

Please sign in to comment.