functional vs control

Benchmark created on


Setup

const testObject = {}
for (const i=0; i<1000; i++) {
	key = i.toString()
	testObject[key] = Math.random()
}
console.log(testObject)

Test runner

Ready to run.

Testing in
TestOps/sec
control
console.log()
ready
functional
console.log()
ready

Revisions

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