mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-26 07:43:08 +00:00
added active record benchmark (#1919)
* added active record benchmark * address bf4's feedbock * fix spacing
This commit is contained in:
committed by
Lee Richmond
parent
0606b06abd
commit
6ed499f38e
2
Gemfile
2
Gemfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user