Script Preparation code:
AخA
 
var string = "I am the god of hellfire, and I bring you..."
Tests:
  • slice

     
    var substring = string.slice(0, -10);
  • substring

     
    var substring = string.substring(0, string.length - 10);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    slice
    substring

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
Chrome 106 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
slice 24465562.0 Ops/sec
substring 11992688.0 Ops/sec