summaryrefslogtreecommitdiff
path: root/benchmarks/load_testing/helper.ex
blob: 23bbb1cec22f1288f6ce6555971e01846742364f (plain)
1
2
3
defmodule Pleroma.LoadTesting.Helper do
  def to_sec(microseconds), do: microseconds / 1_000_000
end