From 54aa41acedb38220d261e1003b2196a748502924 Mon Sep 17 00:00:00 2001 From: Zachary Keeping Date: Thu, 20 Jun 2024 16:01:27 +1000 Subject: [PATCH] Fix comment text --- docker/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/utils.js b/docker/utils.js index 9ddb468b..cbe030a4 100644 --- a/docker/utils.js +++ b/docker/utils.js @@ -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) => {