Jj

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
1
var urls = document.querySelectorAll('a#video-title');
var hrefs = "";
for (var i = 0, all = urls.length; i < all; i++) {
  hrefs += "https://www.youtube.com" + urls[i].getAttribute('href') + '\n';
}
console.log(hrefs);
ready
2
var urls = document.querySelectorAll('a#video-title');
var hrefs = "";
for (var i = 0, all = urls.length; i < all; i++) {
  hrefs += "https://www.youtube.com" + urls[i].getAttribute('href') + '\n';
}
console.log(hrefs);
ready

Revisions

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