Add benchmark-ips to Gemfile.

This commit is contained in:
Parker Moore 2015-02-25 11:57:35 -08:00
parent 03d21b0cd1
commit 21fa47f92b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ gem 'toml', '~> 0.1.0'
gem 'jekyll-paginate', '~> 1.0'
gem 'jekyll-gist', '~> 1.0'
gem 'jekyll-coffeescript', '~> 1.0'
gem 'jekyll-textile-converter', '~> 0.1.0'
gem 'classifier-reborn', '~> 2.0'
gem 'rake', '~> 10.1'
@ -32,6 +33,7 @@ gem 'test-unit' if RUBY_PLATFORM =~ /cygwin/ || RUBY_VERSION.start_with?("2.2")
if ENV['BENCHMARK']
gem 'rbtrace'
gem 'stackprof'
gem 'benchmark-ips'
end
if ENV['PROOF']