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'
|
||||
};
|
||||
|
||||
@@ -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': 'Использование',
|
||||
|
||||
Reference in New Issue
Block a user