akkoma/benchmarks/load_testing/helper.ex

4 lines
101 B
Elixir
Raw Normal View History

2019-08-02 12:33:12 -06:00
defmodule Pleroma.LoadTesting.Helper do
2020-01-14 04:42:30 -07:00
def to_sec(microseconds), do: microseconds / 1_000_000
2019-08-02 12:33:12 -06:00
end