test

Benchmark created on


Description

test

Test runner

Ready to run.

Testing in
TestOps/sec
foeach
const myAwesomeArray = [1, 2, 3, 4, 5]


myAwesomeArray.forEach(x => (x + x) * 10000000000)

ready
map

myAwesomeArray.map(x => (x + x) * 10000000000)
ready

Revisions

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