diff options
author | lain <lain@soykaf.club> | 2019-10-16 11:54:49 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-10-16 11:54:49 +0000 |
commit | 6977cddff96191f8bba64e01d1890193780b6090 (patch) | |
tree | 34215338e2347d072e96ded4b937f97123ee28df /mix.exs | |
parent | 3b1bc079af8fb6e467a9114de0d32e2de59a7fab (diff) | |
parent | 8c0cfed825480ae6338fb1d183dee1440e0ee29c (diff) | |
download | pleroma-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.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] |