Merge branch 'benchmark' into 'develop'
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 9385f7cf4e636c5ec16bfe181f2232a66141dfb2..e69c737dd91e19d9ceb65ac132258f3db11001be 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -86,7 +86,7 @@ defmodule Pleroma.Mixfile do
   end
 
   # Specifies which paths to compile per environment.
-  defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"]
+  defp elixirc_paths(:benchmark), do: ["lib", "benchmarks", "priv/scrubbers"]
   defp elixirc_paths(:test), do: ["lib", "test/support"]
   defp elixirc_paths(_), do: ["lib"]