HTML Preparation code:
Script Preparation code:
Tests:
  • lodash.each

  • native for-of w/ entries

  • native forEach w/ entries

  • vanilla for-loop w/ Object.keys

  • vanilla for-loop w/ Object.entries

  • vanilla for-loop w/ Object.values (no keys)

  • native forEach w/ Object.values (no keys)

  • native for-in

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    lodash.each
    native for-of w/ entries
    native forEach w/ entries
    vanilla for-loop w/ Object.keys
    vanilla for-loop w/ Object.entries
    vanilla for-loop w/ Object.values (no keys)
    native forEach w/ Object.values (no keys)
    native for-in

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 16 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Chrome 134 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
lodash.each 3112.7 Ops/sec
native for-of w/ entries 1693.1 Ops/sec
native forEach w/ entries 1699.5 Ops/sec
vanilla for-loop w/ Object.keys 4518.5 Ops/sec
vanilla for-loop w/ Object.entries 1762.0 Ops/sec
vanilla for-loop w/ Object.values (no keys) 42105.0 Ops/sec
native forEach w/ Object.values (no keys) 39487.2 Ops/sec
native for-in 2388.0 Ops/sec