method

bench_range

v1_9_3_125 - Show latest stable - Class: MiniTest::Unit::TestCase
bench_range()
public

Specifies the ranges used for benchmarking for that class. Defaults to exponential growth from 1 to 10k by powers of 10. Override if you need different ranges for your benchmarks.

See also: ::bench_exp and ::bench_linear.