Skip to content

Commit

Permalink
Add debugg logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MogageNicolae committed Aug 19, 2024
1 parent a397d19 commit 7d45d5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k6/compare-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ function generateComparisonTable(baseCommitHash, baseMetricsPath, targetCommitHa
const baseData = extractMetrics(baseMetrics);
const targetData = extractMetrics(targetMetrics);

console.log(baseData);
console.log(targetData);

const table = generateTable(baseCommitHash, baseData, targetCommitHash, targetData);

fs.writeFileSync(outputPath, table);
Expand Down

0 comments on commit 7d45d5f

Please sign in to comment.