X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=busy-wait.js;fp=busy-wait.js;h=a851a30e911870542cd9612b2777c7654c057a36;hb=4b16770a6cfce708521295e5f209a0ac02ecce90;hp=3316db96bedab3163f0f7b2c4e18a1b54096cb8d;hpb=e0c0c392b2ac356f86940883f912e940e6152355;p=benchmarks-js.git diff --git a/busy-wait.js b/busy-wait.js index 3316db9..a851a30 100644 --- a/busy-wait.js +++ b/busy-wait.js @@ -77,4 +77,6 @@ Benchmark.suite( Benchmark.save({ file: 'busy-wait', format: 'json', details: true }), Benchmark.save({ file: 'busy-wait', format: 'chart.html', details: true }), Benchmark.save({ file: 'busy-wait', format: 'table.html', details: true }) -) +).catch(err => { + console.error(err) +})