HTML Preparation code:
AخA
 
1
<script src="lodash.js"></script>
Script Preparation code:
 
var array = [...Array(10000).keys()];
Tests:
  • For

    x
     
          for (let i = 0; i < array.size; i++) {
            array.delete(array.keys().next().value);
            if (i > 1000 - 1) break;
          }
  • Array.prototype.slice

     
    array.slice(-9000)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    For
    Array.prototype.slice

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Chrome 114 on Linux
View result in a separate tab
Test name Executions per second
For 15862020.0 Ops/sec
Array.prototype.slice 342149.5 Ops/sec