feat: add load-testing/stress-testing suite #370
No reviewers
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore!370
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/stress-testing-suite"
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?
Summary
eventcore-stressbinary crate with 5 stress test scenarios (contention, throughput, transfers, projection, pool-saturation) measuring sustained concurrent load against all EventStore backendsrand0.9→0.10 andmutants0.0.3→0.0.4; bumprustls-webpkito resolve RUSTSEC-2026-0098/0099#[test]fns), mutation testing, andcargo nextest run --workspaceTest plan
cargo clippy --workspace --all-targets --all-featurespassescargo nextest run --workspace— 193 tests pass, stress tests not discoveredcargo run -p eventcore-stress -- run-all --backend memory— all scenarios PASS correctnesscargo run -p eventcore-stress -- contention --backend sqlite— SQLite backend workscargo audit— no vulnerabilities🤖 Generated with Claude Code