normalize_benchmark_boxplot: Normalize box plot

Description Usage Arguments

View source: R/plot.R

Description

Plot a normalize box plot from the result of benchmarking with some default values

Usage

1
2
3
normalize_benchmark_boxplot(benchmark_result, baseline_image = NULL,
  log = FALSE, xlab = "Docker Images", ylab = "Duration Ratio",
  ylim = NULL, ...)

Arguments

benchmark_result

Benchmark result from altRnative

baseline_image

The docker image that is used for baseline. If NULL, use overall mean duration.

log

Set to TRUE If use log (time), else FALSE

xlab

The lab for x axis

ylab

The lab for y axis

ylim

Range for ye axis, if NULL, set to max + 1 seconds

...

Parameters passed on boxplot method


ismailsunni/altRnative documentation built on April 1, 2020, 2:22 a.m.