Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36
Chrome 90
Mac OS X 10.15.7
Desktop
3 years ago
Test name Executions per second
Max min 4426246.0 Ops/sec
abs and % 8183687.5 Ops/sec
Script Preparation code:
AخA
 
this.number = Math.random() * 1000;
Tests:
  • Max min

     
    return Math.max(250, Math.min(750, this.number));
  • abs and %

     
    return Math.abs(this.number % 750)