v1.6.0
中文版
功能增强
- 服务日志优化: 更新 server 日志,提升日志信息展示与排查体验
- 依赖更新: 升级部分项目依赖,优化整体兼容性与稳定性
- 报告样式优化: 调整报告品牌色彩,新增固定品牌栏与品牌标志,提升展示效果
问题修复
- 修复多模态数据集加载错误问题,并补充 reasoning tokens 统计能力
- 修复性能测试自动追加 perf 后缀相关问题
- 修复 perf 路径处理异常,规范性能测试路径
- 修复 nltk 下载及 progress tracker 相关问题
- 修复性能测试中 fixed parallel 与 SLA rate 上限耦合问题,优化压测参数行为
English Version
Feature Enhancements
- Server Logging: Updated server logs to improve log visibility and troubleshooting experience
- Dependency Update: Updated project dependencies for better compatibility and stability
- Report Style Optimization: Refined report branding colors and added a fixed brand bar and brand logo for improved presentation
Bug Fixes
- Fixed multimodal dataset loading errors and added reasoning token counting
- Fixed issues with automatically appending the perf suffix in performance testing
- Fixed abnormal perf path handling and normalized performance test paths
- Fixed nltk download and progress tracker related issues
- Fixed the coupling between fixed parallel and SLA rate upper bound in performance testing to improve parameter behavior
What's Changed
- [Fix] Fix load multimodal dataset error and count reasoning tokens by @Yunnglin in #1267
- [Fix] Auto append perf suffix by @Yunnglin in #1268
- [Fix] normal perf path by @Yunnglin in #1269
- [Fix] download nltk and progress tracker by @Yunnglin in #1270
- style(report): 调整品牌色彩并添加固定品牌栏和品牌标志 by @ZhengYingqian in #1271
- [Feature]update server log by @Yunnglin in #1279
- fix(perf): decouple fixed parallel from SLA rate upper bound by @HouXianzhoua in #1286
- [Feature] Update dependancy by @Yunnglin in #1288
New Contributors
- @ZhengYingqian made their first contribution in #1271
- @HouXianzhoua made their first contribution in #1286
Full Changelog: v1.5.2.post1...v1.6.0