HTML Preparation code:
AخA
 
1
<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.10/lodash.min.js'></script>
Script Preparation code:
 
var value = [{a: 30310}, {b: 100303}, {c: 3040494}, {d: 304045684}, {e: 38846325040494}]
Tests:
  • Lodash _.forEach()

     
    _.forEach(value, function(v,i) {})
  • Native

     
    value.forEach(function(v,i) {})
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Lodash _.forEach()
    Native

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Chrome 134 on Windows
View result in a separate tab
Test name Executions per second
Lodash _.forEach() 14394269.0 Ops/sec
Native 71175104.0 Ops/sec