Script Preparation code:
AخA
 
num = i => i * 19 - 3
Tests:
  • 1

    x
     
    let i = 0;
    const length = 100000;
    for(i; i < length; i++) {
        return num(i);
    };
  • 2

     
    const length = 100000;
    for(i; i < length; i++) {
        return num(i);
    };
  • 3

     
    let i = 0;
    const length = 100000;
    for(i; i < length; i += 1) {
        return num(i);
    };
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    1
    2
    3

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36
Chrome 76 on Mac OS X 10.14.6
View result in a separate tab
Test name Executions per second
1 9522921.0 Ops/sec
2 9465357.0 Ops/sec
3 9497975.0 Ops/sec