X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=busy-wait.mjs;h=eeef8fed05b791d348218e6d5971dea0da6c64d7;hb=db3fadb1978738a5eb2bcf2437ba04c38f119a41;hp=5a55ef82ef85164839bc476d84c631b4f03eb720;hpb=bcd364e02f04150362bd573ff124c1c6426b7718;p=benchmarks-js.git diff --git a/busy-wait.mjs b/busy-wait.mjs index 5a55ef8..eeef8fe 100644 --- a/busy-wait.mjs +++ b/busy-wait.mjs @@ -77,6 +77,4 @@ 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) -}) +).catch(console.error)