testquark ~master (2019-12-23T00:33:56Z)
Dub
Repo
TestResult
testquark
defines
Undocumented in source.
package
struct
TestResult {
NamedBenchmark
src
;
float
mean
;
float
min
;
float
max
;
float
stdandardDeviation
;
this
(NamedBenchmark s);
JSONValue
toJson
();
}
Constructors
this
this
(NamedBenchmark s)
Undocumented in source.
Members
Functions
toJson
JSONValue
toJson
()
max
float
max
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mean
float
mean
;
Undocumented in source.
min
float
min
;
Undocumented in source.
src
NamedBenchmark
src
;
Undocumented in source.
stdandardDeviation
float
stdandardDeviation
;
Undocumented in source.
Meta
Source
See Implementation
testquark
defines
structs
NamedBenchmark
TestResult
templates
location