We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0de52 commit 6041abaCopy full SHA for 6041aba
src/ui/lib/store/slices/benchmarks/benchmarks.selectors.ts
@@ -56,7 +56,7 @@ export const selectMetricsSummaryLineData = createSelector(
56
data.push({
57
x: benchmark.requestsPerSecond,
58
y: yValue,
59
- label: `${benchmark.strategyDisplayStr} ${yValue} ${units}`,
+ label: `${benchmark.strategyDisplayStr} ${formatNumber(yValue)} ${units}`,
60
});
61
62
0 commit comments