HTML Preparation code:
AخA
 
1
<!--your preparation HTML code goes here-->
Script Preparation code:
 
const o = { f1(){}, f2: () => {}, f3: undefined}
Tests:
  • f1

     
    o.f1()
  • f2

     
    o.f2()
  • f3

     
    o.f3?.()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    f1
    f2
    f3

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0
Chrome 133 on Windows
View result in a separate tab
Test name Executions per second
f1 221880528.0 Ops/sec
f2 221078864.0 Ops/sec
f3 225731184.0 Ops/sec