feat: add soak corpus loaders and scenario generators

This commit is contained in:
2026-07-21 01:17:46 -04:00
parent 5e01dc738f
commit cca7071dbd
4 changed files with 449 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
"""真实数据压测 harness(M2 设计 §8;findings/2026-07-20-m2-soak-workload.md)。
独立工具,不被 src/ import、不入 pytest 门(纯函数部分有 unit 测试)。
"""