Tests:
  • var x = 2**21

  • var y = Math.pow(2, 21)

  • var z = 1 << 21

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    var x = 2**21
    var y = Math.pow(2, 21)
    var z = 1 << 21

    Fastest: N/A

    Slowest: N/A

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Chrome 105 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
var x = 2**21 683558700.0 Ops/sec
var y = Math.pow(2, 21) 5481911.0 Ops/sec
var z = 1 << 21 741881900.0 Ops/sec