From 91d0184d92273d39f6b52995636ad8f1f1625b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Niezg=C3=B3dka?= Date: Wed, 18 Oct 2023 17:37:03 +0200 Subject: [PATCH] moar logging --- dist/index.js | 1 + src/main.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 09fde4b3..83f754e6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10618,6 +10618,7 @@ const { async function run() { try { const config = validateInputAndFetchConfig() + console.log(config.currBenchResJson) const currentBenchmark = createCurrBench(config) const thresholds = config.thresholds const comparisonModes = config.comparisonModes diff --git a/src/main.js b/src/main.js index 82c99ae5..8956a0b9 100644 --- a/src/main.js +++ b/src/main.js @@ -22,6 +22,7 @@ const { async function run() { try { const config = validateInputAndFetchConfig() + console.log(config.currBenchResJson) const currentBenchmark = createCurrBench(config) const thresholds = config.thresholds const comparisonModes = config.comparisonModes