Skip to content

Commit

Permalink
add missing ret
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidNiezgodka committed Jan 22, 2024
1 parent bf13880 commit 17ea6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/bench_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ module.exports.getNLatestBenchmarks = function (
const nthLatest = sortedBenchmarkData.slice(0, n).map(data => {
return convertBenchDataToCompleteBenchmarkInstance(data, benchmarkGroupName);
});
return nthLatest;
//core.debug(`nthLatest ${JSON.stringify(nthLatest)}`)
core.debug('--- end getNLatestBenchmarks ---')
} catch (error) {
Expand Down

0 comments on commit 17ea6c6

Please sign in to comment.