diff options
author | lain <lain@soykaf.club> | 2019-05-03 20:28:06 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-03 20:28:06 +0200 |
commit | a23206a4ae0abe02036c40f9142ee1e6a46f5fae (patch) | |
tree | dda735691f58b9e29c0b2a489099f80866e34160 | |
parent | a7709cc26726350a0c90e0e4117cab4a8a07bb35 (diff) | |
download | pleroma-a23206a4ae0abe02036c40f9142ee1e6a46f5fae.tar.gz |
Just have Benchee in all environments.
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |