Skip to content

Commit

Permalink
change order of inputs to cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidNiezgodka committed Oct 18, 2023
1 parent 4d39e5b commit a6079c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

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

3 changes: 2 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ module.exports.validateInputAndFetchConfig = function () {
console.log('rawData: ' + rawData)
console.log('rawData2: ' + rawData2)
const parsedData = JSON.parse(rawData)
console.log('parsedData: ' + parsedData)
const itemCount = module.exports.determineJsonItemCount(parsedData.results)
const benchType = core.getInput('bench_type')
module.exports.validateBenchType(benchType)
Expand Down Expand Up @@ -169,8 +170,8 @@ module.exports.validateInputAndFetchConfig = function () {
addJobSummary,
saveCurrBenchRes,
reference,
benchToCompare,
thresholdArray,
benchToCompare,
comparisonModes,
comparisonMargins,
failingCondition
Expand Down

0 comments on commit a6079c9

Please sign in to comment.