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
+9 -8
View File
@@ -40,20 +40,21 @@ export default {
'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.avg': 'Avg',
'benchmark.table.columnSettings': 'Column Settings',
'benchmark.detail.summary.results': 'Test Results',
'benchmark.detail.summary.metadata': 'Metadata',
'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.avg.reqLatency': 'Request Latency Avg',
'benchmark.detail.avg.ttft': 'TTFT Avg',
'benchmark.detail.avg.tpot': 'TPOT Avg',
'benchmark.detail.avg.itl': 'ITL Avg',
'benchmark.detail.throughput.totalToken': 'Total Throughput',
'benchmark.detail.throughput.inputToken': 'Input Throughput',
'benchmark.detail.throughput.outputToken': 'Output Throughput',
'benchmark.detail.requests.total': 'Total Requests',
'benchmark.detail.requests.success': 'Successful Requests',
'benchmark.detail.requests.failed': 'Failed Requests',
+1 -1
View File
@@ -97,7 +97,7 @@ export default {
'common.form.field.input.required': 'обязательно',
'common.form.field.select.required': 'обязательно',
'common.select.option': 'Все',
'common.checbox.all': 'Все',
'common.checkbox.all': 'Все',
'common.select.all': 'Все {type}',
'common.data.unkonwn': 'Неизвестно',
'common.data.none': 'Нет данных',