Script Preparation code:
Tests:
  • Math.max.apply

  • Math.max with spread

  • basic for loop

  • for loop length caching

  • for loop reverse

  • for-of loop

  • Math.max.apply extracted into separate function

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Math.max.apply
    Math.max with spread
    basic for loop
    for loop length caching
    for loop reverse
    for-of loop
    Math.max.apply extracted into separate function

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 29 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Chrome 129 on Windows
View result in a separate tab
Test name Executions per second
Math.max.apply 416659.7 Ops/sec
Math.max with spread 71629.2 Ops/sec
basic for loop 2321.8 Ops/sec
for loop length caching 3547.4 Ops/sec
for loop reverse 3446.5 Ops/sec
for-of loop 6471.1 Ops/sec
Math.max.apply extracted into separate function 4621156.0 Ops/sec


;