forked from AkkomaGang/akkoma
moving to separate dir
This commit is contained in:
parent
924d7e6aa6
commit
1d285e6fad
5 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,8 @@ defmodule Mix.Tasks.Pleroma.LoadTesting do
|
|||
@shortdoc "Factory for generation data"
|
||||
@moduledoc """
|
||||
Generates data like:
|
||||
- users
|
||||
- activities with notifications
|
||||
- local/remote users
|
||||
- local/remote activities with notifications
|
||||
- direct messages
|
||||
- long thread
|
||||
- non visible posts
|
1
mix.exs
1
mix.exs
|
@ -69,6 +69,7 @@ def application 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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue