Files
gitlabhq/spec/support
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-09-14 18:14:17 +03:00
2015-06-30 17:47:53 -04:00
2015-08-20 12:41:47 -07:00
2015-09-15 17:43:17 +03:00
2015-06-22 14:52:41 -04:00
2015-09-02 05:52:16 +03:00
2015-09-15 15:51:03 +03:00