Big array

Benchmark created on


Preparation HTML

<script>
  var testArray = [];
  var testObject = {};
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
Access Array
testArray[9999] = [];
testArray[9999]["first"] = "some test data";
ready
Access Object
testObject[9999] = [];
testObject[9999]["first"] = "some test data";
 
ready

Revisions

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