mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 03:17:51 +00:00
3 lines
101 B
Elixir
3 lines
101 B
Elixir
defmodule Pleroma.LoadTesting.Helper do
|
|
def to_sec(microseconds), do: microseconds / 1_000_000
|
|
end
|