MCPcopy Index your code
hub / github.com/idank/explainshell / Result

Class Result

tools/loadtest.py:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172@dataclass
173class Result:
174 ok: bool
175 status: int
176 latency_ms: float
177 bytes: int
178 t_end_s: float = 0.0 # seconds since test start when the response returned
179 err: str = ""
180
181
182def pcts(values: list[float]) -> dict[str, float]:

Callers 2

_fire_oneFunction · 0.85
_witnessFunction · 0.85

Calls

no outgoing calls

Tested by 2

_fire_oneFunction · 0.68
_witnessFunction · 0.68