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
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    test1
    test2

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36
Chrome 101 on Linux
View result in a separate tab
Test name Executions per second
test1 883961856.0 Ops/sec
test2 883211776.0 Ops/sec