From: lain Date: Fri, 3 May 2019 18:28:06 +0000 (+0200) Subject: Just have Benchee in all environments. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a23206a4ae0abe02036c40f9142ee1e6a46f5fae;p=akkoma Just have Benchee in all environments. --- diff --git a/mix.exs b/mix.exs index ef338c7c0..c553b835b 100644 --- a/mix.exs +++ b/mix.exs @@ -112,7 +112,7 @@ defmodule Pleroma.Mixfile do {:prometheus_process_collector, "~> 1.4"}, {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, - {:benchee, "~> 1.0", only: [:dev, :test]} + {:benchee, "~> 1.0"} ] ++ oauth_deps end