wow-look-at-my/Profiling Results Matrix

Record one cell of a profiling results matrix and re-render the results table on the repository's results branch. Incremental (cells update independently), concurrency-safe (parallel reporters never clobber each other), and robust to dying jobs (a post step marks unreported cells aborted; a TTL renders long-dead in-flight entries as lost).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
statusWhat to record: "in-flight" (job started measuring the cell), "done" (report a measured value), "failed" (report an explicit failure), "render" (no cell write; re-render the page from current config + data, e.g. after an epoch bump), or "reset" (maintenance: wipe all recorded cells of this matrix and re-render).yes
cellCell address "<rowKey>/<colKey>" using keys from the matrix config. Required for in-flight/done/failed; not allowed for render/reset.no
valueMeasured value for status=done (e.g. "213.9"); rendered with the config unit.no
noteOptional free text rendered small in the cell (e.g. a failure reason).no
epochInteger override for the epoch this result was measured against. Default: the effective epoch from the config (max of global/row/column). Results recorded with an older epoch render struck through (stale).no
started-atISO 8601 override for the start timestamp (advanced/backfill).no
finished-atISO 8601 override for the finish timestamp (advanced/backfill).no
post-guardFor status=in-flight: when "true" (default), a post step runs at job end (even on failure/cancellation) and marks the cell "aborted" if it is still in-flight from this run, i.e. the job died without reporting. Set to "false" to leave the cell in-flight regardless.notrue
configWorkspace-relative path to the matrix config file. The workflow must have checked out the repository (actions/checkout) for this to resolve.noprofiling-matrix.config.ts
tokenToken used to push to the results branch; needs contents: write.no${{ github.token }}
namedescription
page-urlURL of the rendered results page.