Script Preparation code:
Tests:
  • charCodeAt(0)

  • charCodeAt(300)

  • [0].charCodeAt()

  • [300].charCodeAt()

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    charCodeAt(0)
    charCodeAt(300)
    [0].charCodeAt()
    [300].charCodeAt()

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15
Safari 17 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
charCodeAt(0) 31846490.0 Ops/sec
charCodeAt(300) 31957028.0 Ops/sec
[0].charCodeAt() 24080684.0 Ops/sec
[300].charCodeAt() 23939364.0 Ops/sec


;