blob: 76cd0e93d11bc3ead1c7813a7c973a98b22bab12 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../resources/runner.js"></script>
</script>
<script>
let options = {
includeContinuous: true,
};
PerfTestRunner.measureRunsPerSecond({
description: "Measures performance of querying navigator.scheduling.isInputPending with continuous events included.",
run: () => {
navigator.scheduling.isInputPending(options);
},
});
</script>
</body>
</html>