slice-sparse

Benchmark created by ttaubert on


Test runner

Ready to run.

Testing in
TestOps/sec
slice
var xx = []; xx[30000]=42; var yy = xx.slice(0)
ready
slice2
var xx = []; xx[30000000]=42; var yy = xx.slice(0)
ready

Revisions

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

  • Revision 1: published by ttaubert on