Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15
Safari 16
Mac OS X 10.15.7
Desktop
2 years ago
Test name Executions per second
sort 565.1 Ops/sec
reduce 38639.9 Ops/sec
Script Preparation code:
AخA
 
var a=Array.from({length:10000},()=>Math.floor(Math.random() * 10001))
Tests:
  • sort

     
    a.sort()[0];
  • reduce

     
    a.reduce((a,c) => a < c ? a : c)