package
0.20.0
Repository: https://github.com/nokia/ntt.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author
A Run describes the execution of a single test case.
No description provided by the author
Timestamp is a Unix timestamp in milliseconds.