test (v34)

Revision 34 of this benchmark created on


Setup

var o = {a:1, b:2};
    var n = 0;
    var s = 'string';
    var a = [1,2,3,4,5];

Test runner

Ready to run.

Testing in
TestOps/sec
1
a.push(6);
ready
2
a.unshift(6);
ready

Revisions

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