document.body

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
document.body
document.body
ready
getElementsByTagName
document.getElementsByTagName('body')[0];
ready
querySelector
document.querySelector("body");
ready
querySelectorAll
document.querySelectorAll("body")[0];
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.