Tests:
  • Math.pow() - Integer ^ Integer

  • Math.pow() - Real ^ Integer

  • Math.pow() - Real ^ Real

  • ** - Integer ^ Integer

  • ** - Real ^ Integer

  • ** - Real ^ Real

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Math.pow() - Integer ^ Integer
    Math.pow() - Real ^ Integer
    Math.pow() - Real ^ Real
    ** - Integer ^ Integer
    ** - Real ^ Integer
    ** - Real ^ Real

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
Chrome 103 on Windows
View result in a separate tab
Test name Executions per second
Math.pow() - Integer ^ Integer 6897678.0 Ops/sec
Math.pow() - Real ^ Integer 6784645.0 Ops/sec
Math.pow() - Real ^ Real 6847700.0 Ops/sec
** - Integer ^ Integer 928673920.0 Ops/sec
** - Real ^ Integer 928925440.0 Ops/sec
** - Real ^ Real 928178496.0 Ops/sec


;