Script Preparation code:
AخA
 
var a = 1234;
Tests:
  • ternary

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

     
    c = Math.max(a,4096);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    ternary
    Math.max

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
Chrome 96 on Linux
View result in a separate tab
Test name Executions per second
ternary 5537687.5 Ops/sec
Math.max 3595752.8 Ops/sec