Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36
Chrome 101
Linux
Desktop
2 years ago
Test name Executions per second
test1 883961856.0 Ops/sec
test2 883211776.0 Ops/sec
HTML Preparation code:
AخA
 
1
<script src=''></script>
Tests:
  • test1

    x
     
    const myObject = {
        value:"Hello World"
    }
    const {value} = myObject
  • test2

     
    const myObject = {
        value:"Hello World"
    }
    const value2 = myObject.value