Skip to content

Commit 6041aba

Browse files
committed
format tooltip value
Signed-off-by: dalthecow <[email protected]>
1 parent ab0de52 commit 6041aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/lib/store/slices/benchmarks/benchmarks.selectors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const selectMetricsSummaryLineData = createSelector(
5656
data.push({
5757
x: benchmark.requestsPerSecond,
5858
y: yValue,
59-
label: `${benchmark.strategyDisplayStr} ${yValue} ${units}`,
59+
label: `${benchmark.strategyDisplayStr} ${formatNumber(yValue)} ${units}`,
6060
});
6161
});
6262

0 commit comments

Comments
 (0)