bench (version 1.0.4)

scale_bench_time: Position scales for bench_time data

Description

Default scales for the bench_time class, these are added to plots using bench_time objects automatically.

Default scales for the bench_time class, these are added to plots using bench_time objects automatically.

Usage

scale_x_bench_bytes(base = 10, ...)

scale_y_bench_bytes(base = 10, ...)

scale_x_bench_time(base = 10, ...)

scale_y_bench_time(base = 10, ...)

Arguments

base

The base of the logarithm, if NULL instead use a non-logarithmic scale.