ex_bench v0.2.14 ExBench

Link to this section Summary

Link to this section Functions

Link to this function

default_filename()

Link to this function

run(args \\ [bench_fun: fn x -> IO.inspect(x) end, filename: default_filename()])

run(bench_fun: function(), filename: String.t()) ::
  :ignore | {:error, any()} | {:ok, pid()} | {:ok, pid(), any()}