chaperon v0.3.1 Chaperon.LoadTest.Results View Source

LoadTest results struct.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
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()
}