Skip to content

Commit

Permalink
resultPath
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-snee-openx committed Jul 3, 2024
1 parent 06e1646 commit 3bddaf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ async function start() {
const end = new Date();
const timeTaken = end.getTime() - start.getTime();

const resultsPathOld = path.join(process.cwd(), settings.runnerResults);

console.log(`Reading results from ${resultsPathOld}`);
console.log(`Reading results from ${resultsPath}`);
const resultMaps = [collectResults(resultsPath)];

let timeMap = new Map();
Expand Down

0 comments on commit 3bddaf9

Please sign in to comment.