Script Preparation code:
AخA
 
var arr = [];
for (var i = 0; i < 99999; i++) {
  arr.push({a: Math.random() });
}
Tests:
  • 1

     
    const lastOrder = arr.sort((a, b) => b.a - a.a);
  • 2

     
    const b = arr.map(a => a.a);
    const v = Math.max(...b);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    1
    2

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36
Chrome 89 on Windows
View result in a separate tab
Test name Executions per second
1 326.7 Ops/sec
2 169.7 Ops/sec