BenchmarkResult
Inherits Struct < Value < Object
Benchmark results
Constructors
new(dataset_size : Int32, range_size : Int32, avg_time_ms : Float64, min_time_ms : Float64, max_time_ms : Float64, elements_found : Int32)
SourceInstance methods
avg_time_ms
Sourceavg_time_ms=(avg_time_ms : Float64)
Sourcedataset_size
Sourcedataset_size=(dataset_size : Int32)
Sourceelements_found
Sourceelements_found=(elements_found : Int32)
Sourcemax_time_ms
Sourcemax_time_ms=(max_time_ms : Float64)
Sourcemin_time_ms
Sourcemin_time_ms=(min_time_ms : Float64)
Sourcerange_size
Sourcerange_size=(range_size : Int32)
Source