Files
gitlabhq/spec
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
..
2015-08-21 16:09:55 -07:00
2015-09-29 10:47:04 +02:00
2015-10-02 11:02:05 +02:00
2015-10-02 11:02:05 +02:00
2015-09-16 00:06:41 +02:00
2015-08-04 14:33:18 +02:00
2015-05-28 18:22:32 -04:00