AgentEvalTool/tests
sinohqb 737c9ab80e
All checks were successful
CI / test (pull_request) Successful in 4m6s
feat(response_time): 支持平均延迟和吞吐量指标
扩展 response_time 规则,支持多维度延迟和吞吐量测量。

- 新增 avg_latency_max_ms:多轮对话平均延迟阈值
- 新增 throughput_min:最低吞吐量(turns/min)
- 保持 max_ms 向后兼容(单轮延迟阈值)
- RuleResult.details 包含延迟统计(avg/min/max/latencies)
- 新增 10 项单元测试(656 tests passed)

注:首字延迟(first token latency)需要流式数据支持,当前 Turn 模型未提供,留待后续增强。

Closes #21
2026-08-25 15:03:54 +08:00
..
integration test(runs): 取消测试扩至 30 case 适配并发执行 2026-08-24 23:38:53 +08:00
unit feat(response_time): 支持平均延迟和吞吐量指标 2026-08-25 15:03:54 +08:00
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
conftest.py refactor(intelligent-eval): 可见性接缝收敛(Phase 1) 2026-08-24 05:47:00 +08:00