aboutsummaryrefslogtreecommitdiff
path: root/lib/load_testing/helper.ex
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-09-05 16:01:52 +0300
committerAlex S <alex.strizhakov@gmail.com>2019-09-05 16:02:20 +0300
commita1125bd5644a5819d1cfbbc8f6b3bb2dadbbc38a (patch)
tree0829cc4b8b1f28be9f1c823443360024f46e8521 /lib/load_testing/helper.ex
parent79dde5804427ab24c5bc9aa1b5a44d2259cecc6d (diff)
downloadpleroma-a1125bd5644a5819d1cfbbc8f6b3bb2dadbbc38a.tar.gz
generatoin and fetching
Diffstat (limited to 'lib/load_testing/helper.ex')
-rw-r--r--lib/load_testing/helper.ex5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/load_testing/helper.ex b/lib/load_testing/helper.ex
index 338dba323..47b25c65f 100644
--- a/lib/load_testing/helper.ex
+++ b/lib/load_testing/helper.ex
@@ -2,13 +2,8 @@ defmodule Pleroma.LoadTesting.Helper do
defmacro __using__(_) do
quote do
import Ecto.Query
- alias Pleroma.Activity
- alias Pleroma.Notification
- alias Pleroma.Object
alias Pleroma.Repo
alias Pleroma.User
- alias Pleroma.Web.ActivityPub
- alias Pleroma.Web.CommonAPI
defp to_sec(microseconds), do: microseconds / 1_000_000
end