test (v14)

Revision 14 of this benchmark created on


Setup

var o = {1:1, 2:2};
    var n = 0;
    var s = 'string';
    var arr = [1,2,3];

Test runner

Ready to run.

Testing in
TestOps/sec
1
for(var i in arr){

}
ready
2
for(var i = 0; i < arr.length; i++){

}
ready

Revisions

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