akkoma/benchmarks/load_testing/helper.ex

4 lines
101 B
Elixir

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