Skip to content

Commit

Permalink
mint prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
siomari committed Jun 19, 2024
1 parent 3abf63c commit 65c5814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_testing/mint.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const options = {

export function handleSummary(data) {
console.log(
`Average response time: ${data.metrics["response_time"].values["p(95)"]} ms`
`Average response time: ${data.metrics["response_time"].values["p(95)"]} ms`,
);
return {
"summary.html": htmlReport(data),
Expand Down

0 comments on commit 65c5814

Please sign in to comment.