Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36
Chrome 92
Linux
Desktop
3 years ago
Test name Executions per second
Max min 2676821.5 Ops/sec
abs and % 4987144.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)