arrayLenfth

Benchmark created on


Setup

const x = []

Test runner

Ready to run.

Testing in
TestOps/sec
truthy
if(x.length){
	return true
}
ready
length
if(x.length ===0){
	return true
}
ready

Revisions

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