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: 6 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0
Firefox 133 on Windows
View result in a separate tab
Test name Executions per second
lodash.each 5806.3 Ops/sec
native for-of w/ entries 3233.3 Ops/sec
native forEach w/ entries 3932.3 Ops/sec
vanilla for-loop w/ Object.keys 7288.9 Ops/sec
vanilla for-loop w/ Object.entries 3734.1 Ops/sec
vanilla for-loop w/ Object.values (no keys) 29387.9 Ops/sec
native forEach w/ Object.values (no keys) 26946.7 Ops/sec
native for-in 1070.6 Ops/sec