Iteration

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
test1: compare with bit pattern
let i=1000000;
while (--i) {
	if ( i & 5) {
		
	}
}
ready
test2: just while loop
let i=1000000;
while (--i) {
	
}
ready

Revisions

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