Skip to content

Commit

Permalink
Fix comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping committed Jun 20, 2024
1 parent 4a8aafe commit 54aa41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ exports.runK6LoadTest = (url, writeLog) => {
}

/**
* parse Lighthouse Report
* @param {string} folder - lhr file
* parse k6 Report
* @param {string} folder - k6 file
* @param {func} writeLog - logging method
*/
exports.readK6Results = async (folder, writeLog) => {
Expand Down

0 comments on commit 54aa41a

Please sign in to comment.