Tests:
  • pow

    AخA
     
    var tmp = Math.pow(6, 2);
  • **

     
    var tmp = 6 ** 2;
  • *

     
    var tmp = 6 * 6;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    pow
    **
    *

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15
Safari 16 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
pow 19016440.0 Ops/sec
** 406035360.0 Ops/sec
* 534041856.0 Ops/sec