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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Safari/605.1.15
Safari 17 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
f1 497376832.0 Ops/sec
f2 493495872.0 Ops/sec
f3 487984672.0 Ops/sec