Just have Benchee in all environments.

This commit is contained in:
lain 2019-05-03 20:28:06 +02:00
parent a7709cc267
commit a23206a4ae
1 changed files with 1 additions and 1 deletions

View File

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