projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7709cc
)
Just have Benchee in all environments.
author
lain
<lain@soykaf.club>
Fri, 3 May 2019 18:28:06 +0000
(20:28 +0200)
committer
lain
<lain@soykaf.club>
Fri, 3 May 2019 18:28:06 +0000
(20:28 +0200)
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index ef338c7c0eb59207006aefc41598be5a1b34f4cf..c553b835b355c846f59a5292f0175d6085f5959c 100644
(file)
--- 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