US07-06 — Validate Performance and Resource Bounds #43
Notifications
Due Date
No due date set.
Blocks
Depends on
#44 US07-07 — Automate Full Release Acceptance
domverse/photoanalyzer
#41 US07-04 — Prove Concurrency and Crash Recovery
domverse/photoanalyzer
#42 US07-05 — Deliver Backup and Operational Recovery
domverse/photoanalyzer
Reference: domverse/photoanalyzer#43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source specification: delivery_backlog/stories/US07-06-performance.md
US07-06 — Validate Performance and Resource Bounds
Epic: E07
As an operator, I want measured performance and bounded resource use so large libraries
remain responsive and do not exhaust memory, disk, handles, or queues.
Acceptance criteria
disk reserve, and event delivery at 25k, 100k, and 500k synthetic assets.
no unbounded growth or starvation.
Automated tests
Dependencies
Claimed for implementation on branch
us/US07-06-validate-performance-and-resource-bounds.Submitted for review: #93
Tests passed:
work_item/scripts/python -m unittest discover -s work_item/tests -vwork_item/scripts/python -m pytest tests -qwork_item/scripts/python -m pytest tests/integration/test_performance_budgets.py -qCompleted and merged via PR #93.