-
Added benchmark_subject method for benchmarks · 22506ddcYorick Peterse authored
This class method can be used in "describe" blocks to specify the subject of a benchmark. This lets you write: benchmark_subject { Foo } instead of: benchmark_subject { -> { Foo } }
22506ddc
×