View Source Chaperon.LoadTest.Results (chaperon v0.3.1)

LoadTest results struct.

Link to this section Summary

Link to this section Types

@type t() :: %Chaperon.LoadTest.Results{
  duration_ms: integer(),
  end_ms: integer(),
  load_test: module(),
  max_timeout: term(),
  sessions: [Chaperon.Session.t()],
  start_ms: integer(),
  timed_out: integer()
}