"Group", // The Test Group
"Runtime", // The total test runtim
"Message", // The error message
"Actual", // Actual value message if an expectation failed
"Expected", // Expected value message if an expectation failed
"Average", // The average run time (performance)
"Median", // The median run time (performance)
"Max", // The maximum run time (performance)
"Min", // The minimum run time (performance)
"StdDev", // The standard deviation of the run times (performance)
"Variance", // The variance of the run times (performance)