Skip to contents

Plot violin image used on benchmark website.

Usage

plot_website_violins(input = ".", warmup = 5 * 60, labels = "labels.csv")

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)