Tests:
  • objects

    AخA
     
    for (let i = 0; i < 1000; ++i) {
      const obj = {}
      obj["hello"] = "world"
    }
  • maps

     
    for (let i = 0; i < 1000; ++i) {
      const map = new Map()
      map.set("hello", "world")
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    objects
    maps

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Chrome 129 on Windows
View result in a separate tab
Test name Executions per second
objects 3829437.5 Ops/sec
maps 10453.2 Ops/sec