Just testing out

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Testes
for (let i = 0; i < 10; i++) {
	console.log("hey!")
}
ready
Testes 2
const myArray = Array(10).fill('hey!');
for (const el of myArray) {
	console.log(el)
}
ready

Revisions

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