You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to load a file that does not exist via readFileSync in beforeAll hook, there is no relevant error in the logs when benchmark fails, it just says
Error processing benchmark files. No benchmark result was produced
✖ Error: No benchmark result was produced
at run (file:///home/nico/projects/ethereum/lodestar/node_modules/@chainsafe/benchmark/lib/esm/cli/run.js:49:19)
at async Object.handler (file:///home/nico/projects/ethereum/lodestar/node_modules/@chainsafe/benchmark/lib/esm/cli/cli.js:24:9)
I found multiple cases where errors are swallowed, this is just one example
The text was updated successfully, but these errors were encountered:
Trying to load a file that does not exist via
readFileSync
inbeforeAll
hook, there is no relevant error in the logs when benchmark fails, it just saysI found multiple cases where errors are swallowed, this is just one example
The text was updated successfully, but these errors were encountered: