added active record benchmark (#1919)

* added active record benchmark

* address bf4's feedbock

* fix spacing
This commit is contained in:
L. Preston Sego III
2016-09-24 16:39:29 -04:00
committed by Lee Richmond
parent 0606b06abd
commit 6ed499f38e
3 changed files with 83 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ gem 'tzinfo-data', platforms: (@windows_platforms + [:jruby])
group :bench do
# https://github.com/rails-api/active_model_serializers/commit/cb4459580a6f4f37f629bf3185a5224c8624ca76
gem 'benchmark-ips', require: false, group: :development
gem 'benchmark-ips', '>= 2.7.2', require: false, group: :development
end
group :test do