summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-12-03 16:20:54 -0500
committerAlex Gleason <alex@alexgleason.me>2021-12-03 16:20:54 -0500
commitce4560c2a1c194f7640accf1205e91bf40779043 (patch)
treea5e86a134b2c9e3bd200eb2e475ea0b7ed495b37 /mix.exs
parent0b2119d4a791b3623b304b0bab683609d23271d4 (diff)
Fix benchmarks
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 39c79c83b..c7987005a 100644
--- 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"]