Packages
gen_metrics_bench
0.1.0
An Elixir GenMetrics benchmarking tool for GenServer and GenStage applications.
Current section
Files
Jump to
Current section
Files
lib/application.ex
defmodule GenMetricsBench.Application do
use Application
@moduledoc false
def start(_type, _args) do
{:ok, self()}
end
end