perf: document and CI-assert a low-end-device latency budget#39
Open
ChelseaKR wants to merge 1 commit into
Open
perf: document and CI-assert a low-end-device latency budget#39ChelseaKR wants to merge 1 commit into
ChelseaKR wants to merge 1 commit into
Conversation
Make README's "latency budgets for the local path are asserted in CI" true and close the roadmap's Low-end-device performance item. - docs/performance-budget.md: per-operation budgets for the local path (content hash, seal/store, custody append, CRDT merge, packet assembly), a reference low-end device modeled as ~10x slower than the CI runner (CI asserts device_budget / 10), the best-of-N tolerance band, and the explicit exclusion of RFC 3161 TSA network latency (deferred, off the capture path). - tests/test_perf_budget.py: best-of-N perf assertions mirroring the doc's budgets. Not marked integration, so it runs under `make test` and CI. Ceilings sit ~15-30x above measured local latency to avoid flakiness. - README.md: link the latency sentence to the new budget doc. - ROADMAP.md: mark the item shipped. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make README's "latency budgets for the local path are asserted in CI" true
and close the roadmap's Low-end-device performance item.
(content hash, seal/store, custody append, CRDT merge, packet assembly),
a reference low-end device modeled as ~10x slower than the CI runner
(CI asserts device_budget / 10), the best-of-N tolerance band, and the
explicit exclusion of RFC 3161 TSA network latency (deferred, off the
capture path).
budgets. Not marked integration, so it runs under
make testand CI.Ceilings sit ~15-30x above measured local latency to avoid flakiness.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Backfill PR for a completed roadmap item (
roadmap/low-end-device-performance-budget, 1 commit(s) overmain). Part of the portfolio roadmap batch.