Script Preparation code:
AخA
 
var arr = new Array(10000).fill(0).map(() => Math.random() * 10);
Tests:
  • Right shift

     
    arr.map(n => n >> 1);
  • Divide and floor

     
    arr.map(n => Math.floor(n / 2));
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Right shift
    Divide and floor

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 days ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Chrome 134 on Linux
View result in a separate tab
Test name Executions per second
Right shift 27334.3 Ops/sec
Divide and floor 23992.2 Ops/sec