X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=empty-array.js;h=c900a4239e4e4a04f17a5b92e3cadebb5d91377c;hb=05a1f5196369849f4e993f66062d5bbafbd9d5d9;hp=a56a82461f8ef272cf0210df5e81abd069ae8cc6;hpb=bb578730a26e9d1ba7da2b40c084b5f70fa8f0c6;p=benchmarks-js.git diff --git a/empty-array.js b/empty-array.js index a56a824..c900a42 100644 --- a/empty-array.js +++ b/empty-array.js @@ -30,4 +30,6 @@ Benchmark.suite( Benchmark.save({ file: 'empty-array', format: 'json', details: true }), Benchmark.save({ file: 'empty-array', format: 'chart.html', details: true }), Benchmark.save({ file: 'empty-array', format: 'table.html', details: true }) -) +).catch(err => { + console.error(err) +})