The method returns a data.frame
with additional attributes,
which contains these columns:
exprThe deparsed expression as passed to
benchmark
or the name of the argument if the expression was
passed as a named argument.
n.evalNumber of successful measurements.
minMinimal timing measurement for this expression.
lw.quFirst quartile of measurements for this expression.
meanSample mean of measurements for this expression.
medianSample median of measurements for this expression.
up.quThird quartile of measurements for this expression.
maxMaximal timing measurement for this expression.
totalTotal (summed) measured time for this expression.
relativeRelative difference across expressions compared to a minimal
value in the column, specified by the argument relative
.
Additional attributes:
unitsUnits for time intervals.