Some looping test 2 (v4)

Revision 4 of this benchmark created on


Setup

const array = [...new Array(10000,)].map((_,i) => i);

Test runner

Ready to run.

Testing in
TestOps/sec
sdfdsf
const a=array[Symbol.iterator]()
let b=a.next()
do;
while(!b.done)
ready
sdfdsf
const b = 234234324234;
ready

Revisions

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