diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2015-10-02 11:29:46 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2015-10-02 11:29:46 +0200 |
commit | 2fa89a3dc6a7580969203e43808048b79f172c0c (patch) | |
tree | 80790a74f8e65197f3171a7b97711a335996f8f7 /Gemfile | |
parent | b69b2520b10860f2d7762b2e8dd7830312db7cfd (diff) | |
download | gitlab-ce-2fa89a3dc6a7580969203e43808048b79f172c0c.tar.gz |
Added benchmark-ips to the Gemfile
This allows me to use this Gem for benchmarking without having to
add/remove it every time.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -270,6 +270,8 @@ group :development, :test do gem 'rubocop', '~> 0.28.0', require: false gem 'coveralls', '~> 0.8.2', require: false gem 'simplecov', '~> 0.10.0', require: false + + gem 'benchmark-ips', require: false end group :test do |