diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-12-03 16:20:54 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-03 16:20:54 -0500 |
commit | ce4560c2a1c194f7640accf1205e91bf40779043 (patch) | |
tree | a5e86a134b2c9e3bd200eb2e475ea0b7ed495b37 /mix.exs | |
parent | 0b2119d4a791b3623b304b0bab683609d23271d4 (diff) | |
download | pleroma-ce4560c2a1c194f7640accf1205e91bf40779043.tar.gz pleroma-ce4560c2a1c194f7640accf1205e91bf40779043.zip |
Fix benchmarks
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |