Files

13 lines
632 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8 -*-
"""iAOP NFR 压测套件(Issue #88 / #87)。
对应 PRD 第 9 章 NFR 压测:
- #88 LLM 路由 / DLP 压测(路由敏感命中率 ≥ 96.5% / DLP 拦截率 100%);
- #87 采集 / 总线 NFR 压测(P99 ≤ 1.8s / 丢失率 ≤ 0.02% / 可用性 ≥ 99.8%)。
本套件以**可重复的合成数据集**对内核组件做规模化压测,输出 SLA 达标结论。
全部基于各模块可注入接口运行,零外部依赖,CI 可直接执行。
运行:在仓库根目录执行 `python -m unittest discover -s tests/perf -v`
(_bootstrap.py 会自动加载四个 core 模块)。
"""