feat: benchmark list

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 8b282afb03
commit 37b814b70a
29 changed files with 1034 additions and 19 deletions
+16
View File
@@ -0,0 +1,16 @@
export default {
'benchmark.title': 'Benchmark',
'benchmark.button.add': 'Add Benchmark',
'benchmark.button.compare': 'Compare',
'benchmark.table.model': 'Model',
'benchmark.table.dataset': 'Dataset',
'benchmark.table.requestRate': 'Request Rate',
'benchmark.table.gpu': 'GPU ',
'benchmark.table.tpot': 'TPOT (ms)',
'benchmark.table.itl': 'ITL (ms)',
'benchmark.table.ttft': 'TTFT (ms)',
'benchmark.table.rps': 'Requests/s',
'benchmark.table.tps': 'Tokens/s',
'benchmark.table.inputLen': 'Input Length',
'benchmark.table.outputLen': 'Output Length'
};
+1
View File
@@ -14,6 +14,7 @@ export default {
'menu.models.catalog': 'Model Catalog',
'menu.models.deployment': 'Deployments',
'menu.models.userModels': 'My Models',
'menu.models.benchmark': 'Benchmark',
'menu.modelCatalog': 'Catalog',
'menu.resources': 'Resources',
'menu.apikeys': 'API Keys',
+4 -1
View File
@@ -39,5 +39,8 @@ export default {
'noresult.resources.worker':
'No workers available. Add a worker to get started.',
'noresult.resources.gotocluster': 'Create Your First Cluster',
'noresult.resources.gotoworker': 'Add Worker'
'noresult.resources.gotoworker': 'Add Worker',
'noresult.benchmark.title': 'No Benchmarks',
'noresult.benchmark.subTitle': 'No benchmarks have been added yet.',
'noresult.benchmark.nofound': 'No matching benchmarks found.'
};