test (v5)

Revision 5 of this benchmark created by test on


Setup

'use strict'
    var tab = new Array(100);

Test runner

Ready to run.

Testing in
TestOps/sec
test 1
for (var i = 0; i < tab.length; i++) {
  var e = tab[i];
  e = {id: i};
}
ready
test 2
'use strict';
for (let i = 0; i < tab.length; i++) {
  let e = tab[i];
  e = {id: i};
}
ready

Revisions

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

  • Revision 5: published by test on