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: one month ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 YaBrowser/24.7.0.0 Safari/537.36
Yandex Browser 24 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
lodash.each 6282.5 Ops/sec
native for-of w/ entries 3159.1 Ops/sec
native forEach w/ entries 3232.8 Ops/sec
vanilla for-loop w/ Object.keys 1695.6 Ops/sec
vanilla for-loop w/ Object.entries 3163.5 Ops/sec
vanilla for-loop w/ Object.values (no keys) 69783.8 Ops/sec
native forEach w/ Object.values (no keys) 69776.6 Ops/sec
native for-in 889.6 Ops/sec


;