X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=max.mjs;h=8f1f698a6a8b5f11488444913b70e17b4c11005d;hb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;hp=7ef592a36ad0142b9207604ce1ceca4348f96314;hpb=6c021ab6f04e4ee6a1109648e541e024bfb8f583;p=benchmarks-js.git diff --git a/max.mjs b/max.mjs index 7ef592a..8f1f698 100644 --- a/max.mjs +++ b/max.mjs @@ -66,6 +66,6 @@ Benchmark.suite( Benchmark.save({ file: 'max', format: 'json', details: true }), Benchmark.save({ file: 'max', format: 'chart.html', details: true }), Benchmark.save({ file: 'max', format: 'table.html', details: true }) -).catch(err => { +).catch((err) => { console.error(err) })