bhaski array push

Benchmark created by bhaskar melkani on


Preparation HTML

var arr = [1,2,3,4,5];

Test runner

Ready to run.

Testing in
TestOps/sec
push
arr.push(6);
ready
length
arr[length] = 6;
ready

Revisions

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

  • Revision 1: published by bhaskar melkani on