Test name | Executions per second |
---|---|
RDFYjolf | 1.0 Ops/sec |
if(now()=sysdate(),sleep(15),0) | 1.0 Ops/sec |
<div class="myElement"></div>
/*your preparation JavaScript code goes here
To execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/
async function globalMeasureThatScriptPrepareFunction() {
// This function is optional, feel free to remove it.
// await someThing();
}
document.querySelector(".myElement");
document.getElementsByClassName("myElement");