Skip to content

feat(core): periodic [stats] lines from the native runner#1

Merged
vitalics merged 1 commit into
mainfrom
feat/periodic-stats
Jul 11, 2026
Merged

feat(core): periodic [stats] lines from the native runner#1
vitalics merged 1 commit into
mainfrom
feat/periodic-stats

Conversation

@vitalics

Copy link
Copy Markdown
Contributor

Every 5s the runner now emits a machine-readable snapshot ([stats] ts=... rps=... p50=... p90=... p95=... p99=... reqs=... iters=...) so streaming consumers (perfscale serve dashboards) can chart latency and throughput over time. Percentiles are cumulative — the HDR histogram is not reset per window — while rps is the per-window rate.

Every 5s the runner now emits a machine-readable snapshot
([stats] ts=... rps=... p50=... p90=... p95=... p99=... reqs=... iters=...)
so streaming consumers (perfscale serve dashboards) can chart latency and
throughput over time. Percentiles are cumulative — the HDR histogram is not
reset per window — while rps is the per-window rate.
@strix-security

Copy link
Copy Markdown

Strix is installed on this repository, but we couldn't run this PR security review because this workspace's trial has ended. Add a card to resume code reviews here.

@vitalics vitalics merged commit 3615ffe into main Jul 11, 2026
1 check passed
@vitalics vitalics deleted the feat/periodic-stats branch July 11, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant