X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=max.mjs;h=0b1ec9f93528bed64c39bf82435a689223d2f3f7;hb=e92a1bde47f3f0541fe54dedbfed005daa78e9c1;hp=60fcdeac0764ba2016cd71050b94e27f228499f3;hpb=f913c68ce1ad111704f1f319706cb99e9659e236;p=benchmarks-js.git diff --git a/max.mjs b/max.mjs index 60fcdea..0b1ec9f 100644 --- a/max.mjs +++ b/max.mjs @@ -69,6 +69,4 @@ 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 => { - console.error(err) -}) +).catch(console.error)