Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jan 5, 2025
1 parent 82f4577 commit 7b48aab
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 525 deletions.
1 change: 1 addition & 0 deletions src/server/serverStatsMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const serverStatsHTMLHandler: BackendRequestHandler = (req, res) => {
'<tr>',
`<td><pre>${endpoint}</pre></td>`,
`<td align="right"><pre>${stat.total}</pre></td>`,
// eslint-disable-next-line @typescript-eslint/no-base-to-string
...families.map(f => `<td align="right"><pre>${stat[f]}</pre></td>`),
...percentiles.map(pc => `<td align="right"><pre>${stat.pc![pc]}</pre></td>`),
'</tr>',
Expand Down
Loading

0 comments on commit 7b48aab

Please sign in to comment.