social.metadata.moe/benchmarks/load_testing/helper.ex

4 lines
101 B
Elixir
Raw Normal View History

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