aboutsummaryrefslogtreecommitdiff
path: root/lib/load_testing/helper.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/load_testing/helper.ex')
-rw-r--r--lib/load_testing/helper.ex11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/load_testing/helper.ex b/lib/load_testing/helper.ex
deleted file mode 100644
index 47b25c65f..000000000
--- a/lib/load_testing/helper.ex
+++ /dev/null
@@ -1,11 +0,0 @@
-defmodule Pleroma.LoadTesting.Helper do
- defmacro __using__(_) do
- quote do
- import Ecto.Query
- alias Pleroma.Repo
- alias Pleroma.User
-
- defp to_sec(microseconds), do: microseconds / 1_000_000
- end
- end
-end