Tests:
  • test

    x
     
    function j(k) {
      if (k > 0)
        j(k - 1);
    }
    for (let i = 0; i < 1000; i++) {
      j(i);
    }
  • test2

     
    let i = 0;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    test
    test2

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15
Safari 14 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
test 209.5 Ops/sec
test2 186919536.0 Ops/sec