Array (v2)

Revision 2 of this benchmark created on


Description

ds

Test runner

Ready to run.

Testing in
TestOps/sec
new
var b = [ 'a', 'b', 'c', 'd', 'e' ];
for (var i = 0; i < 4; i++) {
var t = b.i;
}
ready
brackets
var b = [ 'a', 'b', 'c', 'd', 'e' ];
for (var i = 0; i < 4; i++) {
var t = b[i];
}
ready

Revisions

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