Foobar

Benchmark created on


Description

This is a test performance

Setup

const a = new Array(99).fill('xyz');
const b = new Array(99).fill('abc')

Test runner

Ready to run.

Testing in
TestOps/sec
loop through a
a.forEach(el => {console.log(el);})
ready
loop through b
for (let i=0; i<b.length; i++) {
	console.log(b[i]);
}
ready

Revisions

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