chore: benchmark detail locales

This commit is contained in:
jialin
2026-02-01 20:22:25 +08:00
parent 7b4d60b576
commit 043218937f
23 changed files with 450 additions and 242 deletions
+54 -1
View File
@@ -1,6 +1,7 @@
export default {
'benchmark.title': '基准测试',
'benchmark.button.add': '添加基准测试',
'benchmark.button.edit': '编辑基准测试',
'benchmark.button.compare': '对比',
'benchmark.table.model': '模型',
'benchmark.table.instance': '模型实例',
@@ -16,6 +17,7 @@ export default {
'benchmark.table.outputLen': '输出长度',
'benchmark.form.profile': '模式',
'benchmark.form.totalRequests': '总请求数',
'benchmark.form.totalRequests.tips': '总请求数',
'benchmark.form.profile.latency': '延迟',
'benchmark.form.profile.throughput': '吞吐',
'benchmark.form.profile.longContext': '长上下文',
@@ -26,5 +28,56 @@ export default {
'benchmark.detail.summary.title': '摘要',
'benchmark.detail.configure.title': '配置',
'benchmark.detail.environment.title': '环境',
'benchmark.detail.logs.title': '日志'
'benchmark.detail.logs.title': '日志',
'benchmark.form.profile.latency.tips':
'单请求延迟测试,关注 TTFT 与尾延迟。适用于 API 服务和聊天场景。',
'benchmark.form.profile.throughput.tips':
'在真实提示长度下测试最大吞吐量。常用于 GPU 与模型性能对比的基准。',
'benchmark.form.profile.longContext.tips':
'长上下文压力测试。评估 KV Cache 行为、内存占用及后端稳定性。',
'benchmark.form.profile.heavy.tips':
'以解码为主的生成测试。衡量持续解码速度与输出 Token 吞吐能力。',
'benchmark.table.filter.bygpu': '按 GPU 过滤',
'benchmark.table.filter.bymodel': '按模型过滤',
'benchmark.table.filter.bydataset': '按数据集过滤',
'benchmark.table.avg': '均值',
'benchmark.table.columnSettings': '列设置',
'benchmark.detail.summary.results': '测试结果',
'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.requests.total': '请求总数',
'benchmark.detail.requests.success': '请求成功数',
'benchmark.detail.requests.failed': '请求失败数',
'benchmark.detail.requests.concurrency': '请求并发数',
'benchmark.detail.percentile.latency': '延迟',
'benchmark.detail.percentile.inputTokens': '输入 Token',
'benchmark.detail.percentile.outputTokens': '输出 Token',
'benchmark.detail.percentile.input': '输入',
'benchmark.detail.percentile.output': '输出',
'benchmark.detail.percentile.total': '总量',
'benchmark.detail.configure.tokenLength': 'Token 长度 (输入/输出)',
'benchmark.detail.percentile.title': '百分位数',
'benchmark.detail.modelName': '模型名称',
'benchmark.detail.instanceName': '实例名称',
'benchmark.detail.configure': '测试配置',
'benchmark.detail.modelFile': '模型文件',
'benchmark.detail.kvCache': '扩展 KV 缓存',
'benchmark.detail.speculativeDecoding': '推测解码',
'benchmark.detail.inputOutputTokenLength': 'Token 长度 (输入/输出)',
'benchmark.env.gpuName': 'GPU 名称',
'benchmark.env.workerName': '节点名称',
'benchmark.env.index': '序号',
'benchmark.env.system': '系统',
'benchmark.env.runtimeVersion': '运行时版本',
'benchmark.env.driverVersion': '驱动版本',
'benchmark.env.cpuCounts': 'CPU 核心数'
};
+1 -1
View File
@@ -30,7 +30,7 @@ export default {
'resources.table.vram': '显存',
'resources.table.index': '序号',
'resources.table.workername': '节点名称',
'resources.table.vender': '厂商',
'resources.table.vendor': '厂商',
'resources.table.temperature': '温度',
'resources.table.core': '核数',
'resources.table.gpuutilization': 'GPU 利用率',