Script Preparation code:
AخA
 
var object;
Tests:
  • ??=

     
    object ??= {}
  • if

     
    if (!object) {
      object = {}
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    ??=
    if

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 YaBrowser/24.7.0.0 Safari/537.36
Yandex Browser 24 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
??= 23343858.0 Ops/sec
if 23076156.0 Ops/sec