chore: column settings

This commit is contained in:
jialin
2026-02-01 20:22:25 +08:00
parent 043218937f
commit 0849a2f114
16 changed files with 611 additions and 293 deletions
+8 -7
View File
@@ -43,17 +43,18 @@ export default {
'benchmark.table.avg': '均值',
'benchmark.table.columnSettings': '列设置',
'benchmark.detail.summary.results': '测试结果',
'benchmark.detail.summary.metadata': '元数据',
'benchmark.detail.summary.metrics': '测试指标',
'benchmark.detail.summary.latency': '延迟',
'benchmark.detail.summary.throughput': '吞吐',
'benchmark.detail.summary.request': '请求数',
'benchmark.detail.avg.reqLatency': '平均请求延迟',
'benchmark.detail.avg.ttft': '平均 TTFT',
'benchmark.detail.avg.tpot': '平均 TPOT',
'benchmark.detail.avg.itl': '平均 ITL',
'benchmark.detail.throughput.totalToken': '总 Token 吞吐量',
'benchmark.detail.throughput.inputToken': '输入 Token 吞吐量',
'benchmark.detail.throughput.outputToken': '输出 Token 吞吐量',
'benchmark.detail.avg.reqLatency': '请求延迟 均值',
'benchmark.detail.avg.ttft': 'TTFT 均值',
'benchmark.detail.avg.tpot': 'TPOT 均值',
'benchmark.detail.avg.itl': 'ITL 均值',
'benchmark.detail.throughput.totalToken': '总吞吐量',
'benchmark.detail.throughput.inputToken': '输入吞吐量',
'benchmark.detail.throughput.outputToken': '输出吞吐量',
'benchmark.detail.requests.total': '请求总数',
'benchmark.detail.requests.success': '请求成功数',
'benchmark.detail.requests.failed': '请求失败数',
+1 -1
View File
@@ -94,7 +94,7 @@ export default {
'common.data.unkonwn': '未知',
'common.data.none': '暂无',
'common.action.none': '无',
'common.checbox.all': '全选',
'common.checkbox.all': '全选',
'common.select.all': '全部{type}',
'common.button.addfile': '添加文件',
'common.logout.msg': '登出成功',