summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-10-16 11:54:49 +0000
committerlain <lain@soykaf.club>2019-10-16 11:54:49 +0000
commit6977cddff96191f8bba64e01d1890193780b6090 (patch)
tree34215338e2347d072e96ded4b937f97123ee28df /mix.exs
parent3b1bc079af8fb6e467a9114de0d32e2de59a7fab (diff)
parent8c0cfed825480ae6338fb1d183dee1440e0ee29c (diff)
downloadpleroma-6977cddff96191f8bba64e01d1890193780b6090.tar.gz
pleroma-6977cddff96191f8bba64e01d1890193780b6090.zip
Merge branch 'benchmark-finishing' into 'develop'
Benchmark finishing Closes #755 See merge request pleroma/pleroma!1848
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 6cf766c52..120092f1b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -69,6 +69,7 @@ defmodule Pleroma.Mixfile do
end
# Specifies which paths to compile per environment.
+ defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"]
defp elixirc_paths(:test), do: ["lib", "test/support"]
defp elixirc_paths(_), do: ["lib"]