Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0
Firefox 105
Linux
Desktop
2 years ago
Test name Executions per second
ternary 415066304.0 Ops/sec
Math.max 656365248.0 Ops/sec
Script Preparation code:
AخA
 
var a = Math.round(Math.random()*1000),b = Math.round(Math.random()*1000),c;
Tests:
  • ternary

     
    c = a>b?a:b;
  • Math.max

     
    c = Math.max(a,b);