pleroma/benchmarks/load_testing/helper.ex
2020-03-30 11:42:25 +03:00

4 lines
101 B
Elixir

defmodule Pleroma.LoadTesting.Helper do
def to_sec(microseconds), do: microseconds / 1_000_000
end