ReportFile class

One bench run report: a .jsonl file of log lines with embedded envelope samples. Reading a report reduces every metric's samples to its median — the number the golden CLI records and checks against.

Constructors

ReportFile(String path)

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
Path to the report file (.jsonl).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples Map<String, num>
Per-metric medians of the samples in the report. An empty map when the file holds no samples.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited