aboutsummaryrefslogtreecommitdiff
path: root/lib/load_testing/helper.ex
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-09-19 14:02:27 +0300
committerAlex S <alex.strizhakov@gmail.com>2019-09-19 14:02:27 +0300
commit1d285e6fada841b6959b6516aca1c84d1a2c9b93 (patch)
tree3ec8c8df19fd8f21047cb55051c03da6d6de1980 /lib/load_testing/helper.ex
parent924d7e6aa60095e27c15b4a5f473a192ab2b42ef (diff)
downloadpleroma-1d285e6fada841b6959b6516aca1c84d1a2c9b93.tar.gz
moving to separate dir
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