Victoria.Runner.Report (Victoria v0.2.0)

Copy Markdown View Source

Summary returned after a successful fixed-trace replay.

Reports are constructed by Victoria and should be treated as read-only.

Summary

Types

t()

Successful replay counts and provenance.

Types

t()

@type t() :: %Victoria.Runner.Report{
  executed_count: non_neg_integer(),
  model: module(),
  step_count: pos_integer(),
  trace_path: Path.t()
}

Successful replay counts and provenance.