Add Benchmark IPS gem, to A/B test code
This commit is contained in:
parent
8d3d7efe34
commit
0c7019f1e8
1
Gemfile
1
Gemfile
|
@ -145,6 +145,7 @@ group :development do
|
|||
gem 'derailed_benchmarks'
|
||||
gem 'rack-mini-profiler'
|
||||
gem 'stackprof'
|
||||
gem 'benchmark-ips'
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
|
@ -683,6 +683,7 @@ DEPENDENCIES
|
|||
addressable (~> 2.6)
|
||||
annotate (~> 2.7)
|
||||
aws-sdk-s3 (~> 1.41)
|
||||
benchmark-ips
|
||||
better_errors (~> 2.5)
|
||||
binding_of_caller (~> 0.7)
|
||||
blurhash (~> 0.1)
|
||||
|
|
Loading…
Reference in New Issue