Script Preparation code:
AخA
 
var object = {
    data: {
        1: {
            2: {
                3: 4
            }
        }
    },
};
Tests:
  • dot

     
    const data = object.data;
  • destructure

     
    const { data } = object;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    dot
    destructure

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 9 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Chrome 134 on Windows
View result in a separate tab
Test name Executions per second
dot 215595744.0 Ops/sec
destructure 217903488.0 Ops/sec