moving to separate dir
This commit is contained in:
parent
924d7e6aa6
commit
1d285e6fad
|
@ -8,8 +8,8 @@ defmodule Mix.Tasks.Pleroma.LoadTesting do
|
||||||
@shortdoc "Factory for generation data"
|
@shortdoc "Factory for generation data"
|
||||||
@moduledoc """
|
@moduledoc """
|
||||||
Generates data like:
|
Generates data like:
|
||||||
- users
|
- local/remote users
|
||||||
- activities with notifications
|
- local/remote activities with notifications
|
||||||
- direct messages
|
- direct messages
|
||||||
- long thread
|
- long thread
|
||||||
- non visible posts
|
- non visible posts
|
1
mix.exs
1
mix.exs
|
@ -69,6 +69,7 @@ def application do
|
||||||
end
|
end
|
||||||
|
|
||||||
# Specifies which paths to compile per environment.
|
# 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(:test), do: ["lib", "test/support"]
|
||||||
defp elixirc_paths(_), do: ["lib"]
|
defp elixirc_paths(_), do: ["lib"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue