# Functions
Average returns the average test duration (median).
Deviation returns the standard deviation of duration.
Duration returns the time spent between the first and the last test run.
Duration returns a slice of test run durations.
FinalVerdicts folds multiple runs instances into one with a final verdict.
First returns the first test run.
Last returns the last test run.
No description provided by the author
Loads returns a slice of test run durations.
Longest returns the longest test run.
Mean returns arithmetic mean.
Shortest returns the shortest test run.
Total returns total time spent if all runs would have been executed sequentially.
# Variables
File name of the test results file.