v1
8/12/2020 by patrickroberts -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const packed_smi_elements = new Array(921600).fill(1);
const packed_elements = new Array(921600).fill(true);
const uint8_elements = new Uint8Array(921600).fill(1);

delete caserun single casemove downdrag and drop case


ready



let sum = 0;

for(let i = 0; i < packed_smi_elements.length; ++i) {
	if (packed_smi_elements[i]) ++sum;
}
delete caserun single casemove upmove downdrag and drop case


ready



let sum = 0;

for(let i = 0; i < packed_elements.length; ++i) {
	if (packed_elements[i]) ++sum;
}
delete caserun single casemove updrag and drop case


ready



let sum = 0;

for(let i = 0; i < uint8_elements.length; ++i) {
	if (uint8_elements[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