Plot violin image used on benchmark website.
Arguments
- input
Data path or data tibble to summarize.
- warmup
Duration to discard as warm up time.
- labels
Labels file or labels tibble.
Examples
data <- load_path_json (rren_example ())
# Edit labels manually to provide JDK version.
labels <- plot_default_labels (data)
plot_website_violins (data, labels = labels)