forked from AkkomaGang/akkoma
3 lines
101 B
Elixir
3 lines
101 B
Elixir
defmodule Pleroma.LoadTesting.Helper do
|
|
def to_sec(microseconds), do: microseconds / 1_000_000
|
|
end
|