Azu::DevelopmentTools::Benchmark::BenchmarkResult
Inherits JSON::Serializable < Struct < Value < Object
Benchmark result
Constructors
new(name : String, iterations : Int32, times : Array(Time::Span), memory_usage : Int64, timestamp : Time)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
avg_time
Sourceiterations
Sourcemax_time
Sourcememory_usage
Sourcemin_time
Sourcename
Sourceops_per_second
Sourcestd_deviation
Sourcetimestamp
Sourcetotal_time
Source