We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735e602 commit 851b955Copy full SHA for 851b955
packages/cli/src/output/table.ts
@@ -88,7 +88,11 @@ export const renderStatsTable = (
88
89
const stats = [
90
chalk.keyword(getDurationColor(meanValue))(`${formatNumber(meanValue)} ms`),
91
- chalk.keyword(getDurationColor(stdValue))(`${formatNumber(stdValue)} ms`),
+ stdValue
92
+ ? chalk.keyword(getDurationColor(stdValue))(
93
+ `${formatNumber(stdValue)} ms`
94
+ )
95
+ : '-',
96
chalk.keyword(getDurationColor(q5Value))(`${formatNumber(q5Value)} ms`),
97
chalk.keyword(getDurationColor(q95Value))(`${formatNumber(q95Value)} ms`),
98
chalk.keyword(getDurationColor(q99Value))(`${formatNumber(q99Value)} ms`)
Successfully deployed to the following URLs:
clobbr-share-git-master-apihustle.vercel.app clobbr-share.vercel.app clobbr-share-apihustle.vercel.app share.clobbr.app
1 commit comments
vercel[bot] commentedon May 4, 2023
Successfully deployed to the following URLs:
clobbr-share – ./
clobbr-share-git-master-apihustle.vercel.app
clobbr-share.vercel.app
clobbr-share-apihustle.vercel.app
share.clobbr.app