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: 2 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Chrome 135 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
lodash.each 8296.6 Ops/sec
native for-of w/ entries 4487.8 Ops/sec
native forEach w/ entries 4570.7 Ops/sec
vanilla for-loop w/ Object.keys 11785.7 Ops/sec
vanilla for-loop w/ Object.entries 4560.0 Ops/sec
vanilla for-loop w/ Object.values (no keys) 57950.6 Ops/sec
native forEach w/ Object.values (no keys) 54136.7 Ops/sec
native for-in 5717.4 Ops/sec