Script Preparation code:
Tests:
  • for..of destructured with Object.entries()

  • for..of undestructured with Object.entries()

  • for..in

  • for..of destructured with Object.entries() (with prototype)

  • for..of undestructured with Object.entries() (with prototype)

  • for..in (with prototype)

  • for..of destructured with map

  • for..of undestructured with map

  • .forEach with Object.entries()

  • .forEach with Object.entries() (with prototype)

  • .forEach with map

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    for..of destructured with Object.entries()
    for..of undestructured with Object.entries()
    for..in
    for..of destructured with Object.entries() (with prototype)
    for..of undestructured with Object.entries() (with prototype)
    for..in (with prototype)
    for..of destructured with map
    for..of undestructured with map
    .forEach with Object.entries()
    .forEach with Object.entries() (with prototype)
    .forEach with map

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!