feat: add profile filter in benchmark

This commit is contained in:
jialin
2026-03-12 18:51:10 +08:00
parent 61f83f31d7
commit 07fa3c8824
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',