Added benchmark_subject method for benchmarks
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 } }
Showing
Please register or sign in to comment