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

     
    o.f1(123,345)
  • f2

     
    o.f2(123,345)
  • f3

     
    o.f3?.(123,345)
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 250836128.0 Ops/sec
f2 227694608.0 Ops/sec
f3 244662144.0 Ops/sec