struct

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

avg_time
Source
iterations
Source
max_time
Source
memory_usage
Source
min_time
Source
name
Source
ops_per_second
Source
std_deviation
Source
timestamp
Source
total_time
Source