Improvements to Elixir benchmarks (#5432)
* Improvements to Elixir benchmarks
1. We increase the pool_size to 40. The original pool_size was
way too low, which iswas proved by the fact we had to increase
the queue_target and queue_interval, which means we were often
waiting more than 5s to get hold of a connection. Also see
the discussion in #5153. We also rollback the original queue
values. If we are getting more timeouts, the best solution is
most likely to bump pool size again.
2. Do not use Repo.checkout. Repo.checkout means we are holding
the connection for longer, which can be a problem on low pool
sizes.
* Update page_controller.ex
* Update page_controller.ex
* Update page_controller.ex
* Update page_controller.ex
* Update prod.exs
* Update releases.exs
* Update prod.exs
* Update releases.exs