StagTest.BenchmarkResult¶
Inherits: RefCounted
Helper class containing data of a StagTest benchmark results.
Properties¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods¶
Dictionary[ |
dict() |
|
Property Descriptions¶
int count = 0 🔗
Number of times benchmark Callable was ran
float minimum = 0.0 🔗
Minimum completion time, in milliseconds
float maximum = 0.0 🔗
Maximum completion time, in milliseconds
float mean = 0.0 🔗
Average completion time, in milliseconds
float median = 0.0 🔗
Median completion time, in milliseconds
float standard_deviation = 0.0 🔗
Standard deviation of completion time, in milliseconds
Method Descriptions¶
Dictionary[String, Variant] dict() 🔗
Converts the benchmark result into a dictionary.
String _to_string() 🔗
There is currently no description for this method. Please help us by contributing one!