v1
- by victor-homyakov 7/8/202300
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const n = 100;
let bh0 = 0;
let bh1 = 0;
let bh2 = 0;
const start1 = Date.now();
const start2 = performance.now();

delete caserun single casemove downdrag and drop case


ready



for (let i = 0; i < n; i++) bh0 += Math.random() / 1000;
delete caserun single casemove upmove downdrag and drop case


ready



bh1 += (start1 - Date.now());
for (let i = 0; i < n; i++) bh0 += Math.random() / 1000;
delete caserun single casemove updrag and drop case


ready



bh2 += (start2 - performance.now());
for (let i = 0; i < n; i++) bh0 += Math.random() / 1000;
Test Case - click to add another test case
disable teardown JavaScript
teardown JavaScript
if (Math.random() > 1) {
	console.log(bh0, bh1, bh2);
}
Output (DOM) - click to monitor output (DOM) while test is running
RUN