Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
Chrome 96
Linux
Desktop
3 years ago
Test name Executions per second
ternary 5537687.5 Ops/sec
Math.max 3595752.8 Ops/sec
Script Preparation code:
AخA
 
var a = 1234;
Tests:
  • ternary

     
    a = a > 0 ? a:4096;
  • Math.max

     
    c = Math.max(a,4096);