akkoma/benchmarks/load_testing/helper.ex

4 lines
101 B
Elixir
Raw Normal View History

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