diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-09-19 14:02:27 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-09-19 14:02:27 +0300 |
commit | 1d285e6fada841b6959b6516aca1c84d1a2c9b93 (patch) | |
tree | 3ec8c8df19fd8f21047cb55051c03da6d6de1980 /lib/load_testing/helper.ex | |
parent | 924d7e6aa60095e27c15b4a5f473a192ab2b42ef (diff) | |
download | pleroma-1d285e6fada841b6959b6516aca1c84d1a2c9b93.tar.gz pleroma-1d285e6fada841b6959b6516aca1c84d1a2c9b93.zip |
moving to separate dir
Diffstat (limited to 'lib/load_testing/helper.ex')
-rw-r--r-- | lib/load_testing/helper.ex | 11 |
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 |