Minitest::Benchmark

class Minitest::Benchmark

Parent:
Test

Subclass Benchmark to create your own benchmark runs. Methods starting with “bench_” get executed on a per-class.

See Minitest::Assertions

Public Class Methods

bench_exp(min, max, base = 10) Show source

Returns a set of ranges stepped exponentially from min to max<