test (v26)

Revision 26 of this benchmark created on


Setup

var o = {};
    var n = 0;
    var s = 'string';
    
    for(var i = 0; i < 10000; i++){
       o[i] = i;
    }

Test runner

Ready to run.

Testing in
TestOps/sec
1
for(var i in o){}
ready
2
for(var i = 0; i < 10000; i++){}
ready

Revisions

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