HTML Preparation code:
AخA
 
1
object
Script Preparation code:
 
var obj = {hello: "world"};
var arr = ["world"];
Tests:
  • object

     
    obj.hello === "world"
  • array

     
    arr[0] === "world"
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    object
    array

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
Chrome 92 on Windows 7
View result in a separate tab
Test name Executions per second
object 2878822.5 Ops/sec
array 2718528.2 Ops/sec