summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-03 19:15:55 +0200
committerlain <lain@soykaf.club>2019-05-03 19:21:09 +0200
commit0e37fddd5abad5db0378c8186513fbba0fbd6586 (patch)
treec8686719caad35716b39ddb559ac4a13fa2f2f4c /mix.exs
parent027ded0df799266d74d9680bd7ef24450efc910f (diff)
downloadpleroma-0e37fddd5abad5db0378c8186513fbba0fbd6586.tar.gz
pleroma-0e37fddd5abad5db0378c8186513fbba0fbd6586.zip
Search: Add fts index on objects table.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9ded9931c..3b368e57e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -111,7 +111,8 @@ defmodule Pleroma.Mixfile do
{:prometheus_ecto, "~> 1.4"},
{:prometheus_process_collector, "~> 1.4"},
{:recon, github: "ferd/recon", tag: "2.4.0"},
- {:quack, "~> 0.1.1"}
+ {:quack, "~> 0.1.1"},
+ {:benchee, "~> 1.0", only: :dev}
] ++ oauth_deps
end