gitlab-org--gitlab-foss/spec/benchmarks/models
Yorick Peterse 22506ddc50 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 } }
2015-10-05 10:51:24 +02:00
..
user_spec.rb Added benchmark_subject method for benchmarks 2015-10-05 10:51:24 +02:00