Pleroma/benchmarks/load_testing/helper.ex

4 lines
101 B
Elixir
Raw Normal View History

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