X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=busy-wait.js;h=a851a30e911870542cd9612b2777c7654c057a36;hb=05a1f5196369849f4e993f66062d5bbafbd9d5d9;hp=3316db96bedab3163f0f7b2c4e18a1b54096cb8d;hpb=1652efb20374a32520ca0713ef0d7ea172293e82;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) +})