struct

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)
Source

Instance methods

avg_time_ms
Source
avg_time_ms=(avg_time_ms : Float64)
Source
dataset_size
Source
dataset_size=(dataset_size : Int32)
Source
elements_found
Source
elements_found=(elements_found : Int32)
Source
max_time_ms
Source
max_time_ms=(max_time_ms : Float64)
Source
min_time_ms
Source
min_time_ms=(min_time_ms : Float64)
Source
range_size
Source
range_size=(range_size : Int32)
Source