From ac42d808f89660dfdfd5f1bc5fbe2c9b7a346a26 Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Mon, 28 Oct 2024 22:36:25 -0400 Subject: [PATCH] Fix separate in Perf Fix separate in PerfCompare Signed-off-by: LongyuZhang --- .../src/PerfCompare/lib/PerffarmRunJSON.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-result-summary-client/src/PerfCompare/lib/PerffarmRunJSON.js b/test-result-summary-client/src/PerfCompare/lib/PerffarmRunJSON.js index 07eaa8d7..45549ca8 100644 --- a/test-result-summary-client/src/PerfCompare/lib/PerffarmRunJSON.js +++ b/test-result-summary-client/src/PerfCompare/lib/PerffarmRunJSON.js @@ -15,13 +15,13 @@ export default class PerffarmRunJSON { // Find the indexes of the variant seperators for (let j = 0; j < this.parsedCSV.length; j++) { - // Each variant is seperated by a 1 element array + // Each variant is separated by a 1 element array if (this.parsedCSV[j].length === 1) { variantIndex.push(j); - // The excel file is seperated into two portions, the upper showing the detailed + // The excel file is separated into two portions, the upper showing the detailed // benchmark results (which is needed) and the bottom showing a comparison if any. - // The seperation point is either: + // The separation point is either: // two back to back arrays with length 1 OR // an array of length 1 followed by an array of length 2 if (