Skip to content

Commit

Permalink
storing median response time
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Sep 7, 2023
1 parent 10addd6 commit 5714c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/data-stats/prepare-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const prepareDataForSavingToDb = (overviewData, labelData, sutStats, stat
n9: _.n99,
n5: _.n95,
n0: _.n90,
n50: _.n50,
statusCodes: statusCodeDistr
.filter((sd) => sd.label === _.label)
.map((sd) => ({ statusCode: sd.status_code, count: sd.count })),
Expand Down

0 comments on commit 5714c1c

Please sign in to comment.