Add Benchmark IPS gem, to A/B test code

This commit is contained in:
rubic0n 2021-02-17 23:24:34 -06:00
parent 8d3d7efe34
commit 0c7019f1e8
2 changed files with 2 additions and 0 deletions

@ -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)