Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Chrome 81
Linux
Desktop
4 years ago
Test name Executions per second
Max min 2772923.2 Ops/sec
abs and % 4968836.0 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)