X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=fibonacci.mjs;h=3929b4d01cafe311f7ee768ae8a98ee2a8d09901;hb=0991fe916252d5dde20db1e6743172a439a7c154;hp=00130ce0709a7e33a6abb23ba24bbed6fcfcbb8b;hpb=f522d7b906f8a45a7e4fd349abe3f83bf8fc3d69;p=benchmarks-js.git diff --git a/fibonacci.mjs b/fibonacci.mjs index 00130ce..3929b4d 100644 --- a/fibonacci.mjs +++ b/fibonacci.mjs @@ -76,6 +76,4 @@ Benchmark.suite( Benchmark.save({ file: 'fibonacci', format: 'json', details: true }), Benchmark.save({ file: 'fibonacci', format: 'chart.html', details: true }), Benchmark.save({ file: 'fibonacci', format: 'table.html', details: true }) -).catch(err => { - console.error(err) -}) +).catch(console.error)