v2
- by rkadri 11/18/202100
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



let sum = 0;
let start = 2 ** 30;
let end = 2 ** 30 + 1000000;
for(let i = start; i < end; i++) {
  sum ++;
}

delete caserun single casemove updrag and drop case


ready



let sum = 0;
let start = 2 ** 32;
let end = 2 ** 32 + 1000000;
for(let i = start; i < end; i++) {
   sum ++;
}

Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN