HTML Preparation code:
Script Preparation code:
Tests:
  • _.orderBy asc

  • array.prototype.sort asc

  • _.orderBy desc

  • array.prototype.sort desc

  • array.prototype.sort desc + check type

  • array.prototype.sort asc + check type

  • _.orderBy asc st

  • _.orderBy desc st

  • quickSort

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    _.orderBy asc
    array.prototype.sort asc
    _.orderBy desc
    array.prototype.sort desc
    array.prototype.sort desc + check type
    array.prototype.sort asc + check type
    _.orderBy asc st
    _.orderBy desc st
    quickSort

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 7 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 126 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
_.orderBy asc 33.7 Ops/sec
array.prototype.sort asc 211.3 Ops/sec
_.orderBy desc 93.3 Ops/sec
array.prototype.sort desc 213.0 Ops/sec
array.prototype.sort desc + check type 164.3 Ops/sec
array.prototype.sort asc + check type 160.8 Ops/sec
_.orderBy asc st 86.6 Ops/sec
_.orderBy desc st 80.8 Ops/sec
quickSort 11.0 Ops/sec