feat: add profile filter in benchmark

This commit is contained in:
jialin
2026-03-16 14:48:46 +08:00
committed by jialin
parent b75c773879
commit 3f57cf21f7
3 changed files with 21 additions and 3 deletions
@@ -143,7 +143,7 @@ const useColumnSettings = (options: {
title: renderTitle(
`${intl.formatMessage({ id: 'benchmark.detail.summary.latency' })}`,
{
subTitle: `${intl.formatMessage({ id: 'benchmark.table.avg' })} (ms)`
subTitle: `${intl.formatMessage({ id: 'benchmark.table.avg' })} (s)`
}
),
dataIndex: 'request_latency_mean',