sds

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
map
const x = ['1','2','5'];
const z = x.map(d => d)
ready
foreach
const x = ['1','2','5'];
const z = x.forEach(d => d)
ready

Revisions

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