add array (v67)

Revision 67 of this benchmark created on


Preparation HTML

<script>
var n = [];
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
push
n.push(26);
ready
assign
n[n.length] = 26;
ready

Revisions

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