Skip to content

class Benchmark::IPS::Job
inherits Reference

Class methods

.new(calculation = 5, warmup = 2, interactive = STDOUT.tty?)

View source

Methods

#execute

View source

#items : Array(Entry)

List of all entries in the benchmark. After #execute, these are populated with the resulting statistics.

View source

#items=(items : Array(Entry))

List of all entries in the benchmark. After #execute, these are populated with the resulting statistics.

View source

#report(label = ""

Adds code to be benchmarked

View source

#report

View source