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.button.add': '添加基准测试',
'benchmark.button.compare': '对比',
'benchmark.table.model': '模型',
'benchmark.table.dataset': '数据集',
'benchmark.table.requestRate': '请求率',
'benchmark.table.gpu': 'GPU ',
'benchmark.table.tpot': 'TPOT (ms)',
'benchmark.table.itl': 'ITL (ms)',
'benchmark.table.ttft': 'TTFT (ms)',
'benchmark.table.rps': '请求数/秒',
'benchmark.table.tps': 'Tokens/秒',
'benchmark.table.inputLen': '输入长度',
'benchmark.table.outputLen': '输出长度'
};
+1
View File
@@ -13,6 +13,7 @@ export default {
'menu.models.modelCatalog': '模型库',
'menu.models.deployment': '部署',
'menu.models.userModels': '我的模型',
'menu.models.benchmark': '基准测试',
'menu.modelCatalog': '模型库',
'menu.models.catalog': '模型库',
'menu.resources': '资源',
+4 -1
View File
@@ -37,5 +37,8 @@ export default {
'noresult.resources.cluster': '暂无可用集群,请添加集群以开始使用。',
'noresult.resources.worker': '暂无可用节点,请添加节点以开始使用。',
'noresult.resources.gotocluster': '创建您的第一个集群',
'noresult.resources.gotoworker': '添加节点'
'noresult.resources.gotoworker': '添加节点',
'noresult.benchmark.title': '暂无基准测试',
'noresult.benchmark.subTitle': '尚未添加任何基准测试。',
'noresult.benchmark.nofound': '未找到匹配的基准测试'
};