Browse Source

moving to separate dir

merge-requests/1875/head
Alex S 4 years ago
parent
commit
1d285e6fad
5 changed files with 3 additions and 2 deletions
  1. +0
    -0
      benchmarks/load_testing/fetcher.ex
  2. +0
    -0
      benchmarks/load_testing/generator.ex
  3. +0
    -0
      benchmarks/load_testing/helper.ex
  4. +2
    -2
      benchmarks/mix/tasks/pleroma/load_testing.ex
  5. +1
    -0
      mix.exs

lib/load_testing/fetcher.ex → benchmarks/load_testing/fetcher.ex View File


lib/load_testing/generator.ex → benchmarks/load_testing/generator.ex View File


lib/load_testing/helper.ex → benchmarks/load_testing/helper.ex View File


lib/mix/tasks/pleroma/load_testing.ex → benchmarks/mix/tasks/pleroma/load_testing.ex View File

@@ -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
- 0
mix.exs View File

@@ -69,6 +69,7 @@ defmodule Pleroma.Mixfile 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…
Cancel
Save