Marvin.Config (Marvin Load Test v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

config() :: %{duration: duration(), scenarios: [scenario()]}

Specs

duration() :: non_neg_integer()

Specs

endpoint() ::
  {:get, binary() | URI.t()} | {:post, binary() | URI.t(), nil | iodata()}

Specs

scenario() :: %{
  name: String.t(),
  endpoint: endpoint(),
  concurrency: non_neg_integer()
}

Link to this section Functions