loop

Benchmark created on


Setup

const toto = new Array(10000).fill({user:'name'})

Test runner

Ready to run.

Testing in
TestOps/sec
forach
toto.forEach((e) => console.log(e))
ready
map
toto.map((e) => console.log(e))
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.