chore: benchmark detail locales
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
'benchmark.title': 'Benchmarks',
|
||||
'benchmark.button.add': 'Add Benchmark',
|
||||
'benchmark.button.edit': 'Edit Benchmark',
|
||||
'benchmark.button.compare': 'Compare',
|
||||
'benchmark.table.model': 'Model',
|
||||
'benchmark.table.instance': 'Model Instance',
|
||||
@@ -26,5 +27,57 @@ export default {
|
||||
'benchmark.detail.summary.title': 'Summary',
|
||||
'benchmark.detail.configure.title': 'Configure',
|
||||
'benchmark.detail.environment.title': 'Environment',
|
||||
'benchmark.detail.logs.title': 'Logs'
|
||||
'benchmark.detail.logs.title': 'Logs',
|
||||
'benchmark.form.totalRequests.tips': 'Total Requests',
|
||||
'benchmark.form.profile.latency.tips':
|
||||
'Single-request latency benchmark focusing on TTFT and tail latency. Suitable for API serving and chat scenarios.',
|
||||
'benchmark.form.profile.throughput.tips':
|
||||
'Max throughput with realistic prompt length. The most commonly used baseline for GPU and model comparison.',
|
||||
'benchmark.form.profile.longContext.tips':
|
||||
'Stress test for long-context handling. Evaluates KV cache behavior, memory usage, and backend stability.',
|
||||
'benchmark.form.profile.heavy.tips':
|
||||
'Decode-heavy generation benchmark. Measures sustained decoding speed and output token throughput.',
|
||||
'benchmark.table.filter.bygpu': 'Filter by GPU',
|
||||
'benchmark.table.filter.bymodel': 'Filter by Model',
|
||||
'benchmark.table.filter.bydataset': 'Filter by Dataset',
|
||||
'benchmark.table.avg': 'Average',
|
||||
'benchmark.table.columnSettings': 'Column Settings',
|
||||
'benchmark.detail.summary.results': 'Test Results',
|
||||
'benchmark.detail.summary.metrics': 'Test Metrics',
|
||||
'benchmark.detail.summary.latency': 'Latency',
|
||||
'benchmark.detail.summary.throughput': 'Throughput',
|
||||
'benchmark.detail.summary.request': 'Requests',
|
||||
'benchmark.detail.avg.reqLatency': 'Average Request Latency',
|
||||
'benchmark.detail.avg.ttft': 'Average TTFT',
|
||||
'benchmark.detail.avg.tpot': 'Average TPOT',
|
||||
'benchmark.detail.avg.itl': 'Average ITL',
|
||||
'benchmark.detail.throughput.totalToken': 'Total Token Throughput',
|
||||
'benchmark.detail.throughput.inputToken': 'Input Token Throughput',
|
||||
'benchmark.detail.throughput.outputToken': 'Output Token Throughput',
|
||||
'benchmark.detail.requests.total': 'Total Requests',
|
||||
'benchmark.detail.requests.success': 'Successful Requests',
|
||||
'benchmark.detail.requests.failed': 'Failed Requests',
|
||||
'benchmark.detail.requests.concurrency': 'Concurrency',
|
||||
'benchmark.detail.percentile.latency': 'Latency',
|
||||
'benchmark.detail.percentile.inputTokens': 'Input Tokens',
|
||||
'benchmark.detail.percentile.outputTokens': 'Output Tokens',
|
||||
'benchmark.detail.percentile.input': 'Input',
|
||||
'benchmark.detail.percentile.output': 'Output',
|
||||
'benchmark.detail.percentile.total': 'Total',
|
||||
'benchmark.detail.configure.tokenLength': 'Token Length (Input/Output)',
|
||||
'benchmark.detail.percentile.title': 'Percentile',
|
||||
'benchmark.detail.modelName': 'Model Name',
|
||||
'benchmark.detail.instanceName': 'Instance Name',
|
||||
'benchmark.detail.configure': 'Configuration',
|
||||
'benchmark.detail.modelFile': 'Model File',
|
||||
'benchmark.detail.kvCache': 'Extended KV Cache',
|
||||
'benchmark.detail.speculativeDecoding': 'Speculative Decoding',
|
||||
'benchmark.detail.inputOutputTokenLength': 'Token Length (Input/Output)',
|
||||
'benchmark.env.gpuName': 'GPU Name',
|
||||
'benchmark.env.workerName': 'Worker Name',
|
||||
'benchmark.env.index': 'Index',
|
||||
'benchmark.env.system': 'System',
|
||||
'benchmark.env.runtimeVersion': 'Runtime Version',
|
||||
'benchmark.env.driverVersion': 'Driver Version',
|
||||
'benchmark.env.cpuCounts': 'CPU Counts'
|
||||
};
|
||||
|
||||
@@ -30,7 +30,7 @@ export default {
|
||||
'resources.table.vram': 'VRAM',
|
||||
'resources.table.index': 'Index',
|
||||
'resources.table.workername': 'Worker Name',
|
||||
'resources.table.vender': 'Vendor',
|
||||
'resources.table.vendor': 'Vendor',
|
||||
'resources.table.temperature': 'Temperature',
|
||||
'resources.table.core': 'Cores',
|
||||
'resources.table.utilization': 'Utilization',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
'benchmark.title': 'Benchmarks',
|
||||
'benchmark.button.add': 'Add Benchmark',
|
||||
'benchmark.button.edit': 'Edit Benchmark',
|
||||
'benchmark.button.compare': 'Compare',
|
||||
'benchmark.table.model': 'Model',
|
||||
'benchmark.table.instance': 'Model Instance',
|
||||
@@ -26,5 +27,57 @@ export default {
|
||||
'benchmark.detail.summary.title': 'Summary',
|
||||
'benchmark.detail.configure.title': 'Configure',
|
||||
'benchmark.detail.environment.title': 'Environment',
|
||||
'benchmark.detail.logs.title': 'Logs'
|
||||
'benchmark.detail.logs.title': 'Logs',
|
||||
'benchmark.form.totalRequests.tips': 'Total Requests',
|
||||
'benchmark.form.profile.latency.tips':
|
||||
'Single-request latency benchmark focusing on TTFT and tail latency. Suitable for API serving and chat scenarios.',
|
||||
'benchmark.form.profile.throughput.tips':
|
||||
'Max throughput with realistic prompt length. The most commonly used baseline for GPU and model comparison.',
|
||||
'benchmark.form.profile.longContext.tips':
|
||||
'Stress test for long-context handling. Evaluates KV cache behavior, memory usage, and backend stability.',
|
||||
'benchmark.form.profile.heavy.tips':
|
||||
'Decode-heavy generation benchmark. Measures sustained decoding speed and output token throughput.',
|
||||
'benchmark.table.filter.bygpu': 'Filter by GPU',
|
||||
'benchmark.table.filter.bymodel': 'Filter by Model',
|
||||
'benchmark.table.filter.bydataset': 'Filter by Dataset',
|
||||
'benchmark.table.avg': 'Average',
|
||||
'benchmark.table.columnSettings': 'Column Settings',
|
||||
'benchmark.detail.summary.results': 'Test Results',
|
||||
'benchmark.detail.summary.metrics': 'Test Metrics',
|
||||
'benchmark.detail.summary.latency': 'Latency',
|
||||
'benchmark.detail.summary.throughput': 'Throughput',
|
||||
'benchmark.detail.summary.request': 'Requests',
|
||||
'benchmark.detail.avg.reqLatency': 'Average Request Latency',
|
||||
'benchmark.detail.avg.ttft': 'Average TTFT',
|
||||
'benchmark.detail.avg.tpot': 'Average TPOT',
|
||||
'benchmark.detail.avg.itl': 'Average ITL',
|
||||
'benchmark.detail.throughput.totalToken': 'Total Token Throughput',
|
||||
'benchmark.detail.throughput.inputToken': 'Input Token Throughput',
|
||||
'benchmark.detail.throughput.outputToken': 'Output Token Throughput',
|
||||
'benchmark.detail.requests.total': 'Total Requests',
|
||||
'benchmark.detail.requests.success': 'Successful Requests',
|
||||
'benchmark.detail.requests.failed': 'Failed Requests',
|
||||
'benchmark.detail.requests.concurrency': 'Concurrency',
|
||||
'benchmark.detail.percentile.latency': 'Latency',
|
||||
'benchmark.detail.percentile.inputTokens': 'Input Tokens',
|
||||
'benchmark.detail.percentile.outputTokens': 'Output Tokens',
|
||||
'benchmark.detail.percentile.input': 'Input',
|
||||
'benchmark.detail.percentile.output': 'Output',
|
||||
'benchmark.detail.percentile.total': 'Total',
|
||||
'benchmark.detail.configure.tokenLength': 'Token Length (Input/Output)',
|
||||
'benchmark.detail.percentile.title': 'Percentile',
|
||||
'benchmark.detail.modelName': 'Model Name',
|
||||
'benchmark.detail.instanceName': 'Instance Name',
|
||||
'benchmark.detail.configure': 'Configuration',
|
||||
'benchmark.detail.modelFile': 'Model File',
|
||||
'benchmark.detail.kvCache': 'Extended KV Cache',
|
||||
'benchmark.detail.speculativeDecoding': 'Speculative Decoding',
|
||||
'benchmark.detail.inputOutputTokenLength': 'Token Length (Input/Output)',
|
||||
'benchmark.env.gpuName': 'GPU Name',
|
||||
'benchmark.env.workerName': 'Worker Name',
|
||||
'benchmark.env.index': 'Index',
|
||||
'benchmark.env.system': 'System',
|
||||
'benchmark.env.runtimeVersion': 'Runtime Version',
|
||||
'benchmark.env.driverVersion': 'Driver Version',
|
||||
'benchmark.env.cpuCounts': 'CPU Counts'
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ export default {
|
||||
'resources.table.vram': 'VRAM',
|
||||
'resources.table.index': 'インデックス',
|
||||
'resources.table.workername': 'ワーカー名',
|
||||
'resources.table.vender': 'ベンダー',
|
||||
'resources.table.vendor': 'ベンダー',
|
||||
'resources.table.temperature': '温度',
|
||||
'resources.table.core': 'コア数',
|
||||
'resources.table.utilization': '利用率',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
'benchmark.title': 'Benchmarks',
|
||||
'benchmark.button.add': 'Add Benchmark',
|
||||
'benchmark.button.edit': 'Edit Benchmark',
|
||||
'benchmark.button.compare': 'Compare',
|
||||
'benchmark.table.model': 'Model',
|
||||
'benchmark.table.instance': 'Model Instance',
|
||||
@@ -26,5 +27,57 @@ export default {
|
||||
'benchmark.detail.summary.title': 'Summary',
|
||||
'benchmark.detail.configure.title': 'Configure',
|
||||
'benchmark.detail.environment.title': 'Environment',
|
||||
'benchmark.detail.logs.title': 'Logs'
|
||||
'benchmark.detail.logs.title': 'Logs',
|
||||
'benchmark.form.totalRequests.tips': 'Total Requests',
|
||||
'benchmark.form.profile.latency.tips':
|
||||
'Single-request latency benchmark focusing on TTFT and tail latency. Suitable for API serving and chat scenarios.',
|
||||
'benchmark.form.profile.throughput.tips':
|
||||
'Max throughput with realistic prompt length. The most commonly used baseline for GPU and model comparison.',
|
||||
'benchmark.form.profile.longContext.tips':
|
||||
'Stress test for long-context handling. Evaluates KV cache behavior, memory usage, and backend stability.',
|
||||
'benchmark.form.profile.heavy.tips':
|
||||
'Decode-heavy generation benchmark. Measures sustained decoding speed and output token throughput.',
|
||||
'benchmark.table.filter.bygpu': 'Filter by GPU',
|
||||
'benchmark.table.filter.bymodel': 'Filter by Model',
|
||||
'benchmark.table.filter.bydataset': 'Filter by Dataset',
|
||||
'benchmark.table.avg': 'Average',
|
||||
'benchmark.table.columnSettings': 'Column Settings',
|
||||
'benchmark.detail.summary.results': 'Test Results',
|
||||
'benchmark.detail.summary.metrics': 'Test Metrics',
|
||||
'benchmark.detail.summary.latency': 'Latency',
|
||||
'benchmark.detail.summary.throughput': 'Throughput',
|
||||
'benchmark.detail.summary.request': 'Requests',
|
||||
'benchmark.detail.avg.reqLatency': 'Average Request Latency',
|
||||
'benchmark.detail.avg.ttft': 'Average TTFT',
|
||||
'benchmark.detail.avg.tpot': 'Average TPOT',
|
||||
'benchmark.detail.avg.itl': 'Average ITL',
|
||||
'benchmark.detail.throughput.totalToken': 'Total Token Throughput',
|
||||
'benchmark.detail.throughput.inputToken': 'Input Token Throughput',
|
||||
'benchmark.detail.throughput.outputToken': 'Output Token Throughput',
|
||||
'benchmark.detail.requests.total': 'Total Requests',
|
||||
'benchmark.detail.requests.success': 'Successful Requests',
|
||||
'benchmark.detail.requests.failed': 'Failed Requests',
|
||||
'benchmark.detail.requests.concurrency': 'Concurrency',
|
||||
'benchmark.detail.percentile.latency': 'Latency',
|
||||
'benchmark.detail.percentile.inputTokens': 'Input Tokens',
|
||||
'benchmark.detail.percentile.outputTokens': 'Output Tokens',
|
||||
'benchmark.detail.percentile.input': 'Input',
|
||||
'benchmark.detail.percentile.output': 'Output',
|
||||
'benchmark.detail.percentile.total': 'Total',
|
||||
'benchmark.detail.configure.tokenLength': 'Token Length (Input/Output)',
|
||||
'benchmark.detail.percentile.title': 'Percentile',
|
||||
'benchmark.detail.modelName': 'Model Name',
|
||||
'benchmark.detail.instanceName': 'Instance Name',
|
||||
'benchmark.detail.configure': 'Configuration',
|
||||
'benchmark.detail.modelFile': 'Model File',
|
||||
'benchmark.detail.kvCache': 'Extended KV Cache',
|
||||
'benchmark.detail.speculativeDecoding': 'Speculative Decoding',
|
||||
'benchmark.detail.inputOutputTokenLength': 'Token Length (Input/Output)',
|
||||
'benchmark.env.gpuName': 'GPU Name',
|
||||
'benchmark.env.workerName': 'Worker Name',
|
||||
'benchmark.env.index': 'Index',
|
||||
'benchmark.env.system': 'System',
|
||||
'benchmark.env.runtimeVersion': 'Runtime Version',
|
||||
'benchmark.env.driverVersion': 'Driver Version',
|
||||
'benchmark.env.cpuCounts': 'CPU Counts'
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ export default {
|
||||
'resources.table.vram': 'VRAM',
|
||||
'resources.table.index': 'Индекс',
|
||||
'resources.table.workername': 'Имя воркера',
|
||||
'resources.table.vender': 'Производитель',
|
||||
'resources.table.vendor': 'Производитель',
|
||||
'resources.table.temperature': 'Температура',
|
||||
'resources.table.core': 'Ядра',
|
||||
'resources.table.utilization': 'Использование',
|
||||
|
||||
@@ -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 核心数'
|
||||
};
|
||||
|
||||
@@ -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 利用率',
|
||||
|
||||
Reference in New Issue
Block a user