projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e37fdd
)
Mix: Also have benchee in test.
author
lain
<lain@soykaf.club>
Fri, 3 May 2019 17:42:49 +0000
(19:42 +0200)
committer
lain
<lain@soykaf.club>
Fri, 3 May 2019 17:42:49 +0000
(19:42 +0200)
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index 3b368e57ea27d4c39101ae6101fde31d7f4c120b..ef338c7c0eb59207006aefc41598be5a1b34f4cf 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
}
+ {:benchee, "~> 1.0", only:
[:dev, :test]
}
] ++ oauth_deps
end