Benchmark name | When Created |
---|---|
Return true vs empty body | 8 years ago |
Slice/join vs Substr | 8 years ago |
jquery(document.createelement).text.prop vs $(htmlstring) | 8 years ago |
Fat Arrow | 8 years ago |
Array.prototype.concat vs spread operator
Compare the new ES6 spread operator with the traditional concat() method |
8 years ago |
jQuery.each() vs Array.prototype.forEach() | 8 years ago |
jQuery.text() vs Element.textContent | 8 years ago |
jQuery .html() vs Element.innerHTML | 8 years ago |
Tag name: compare various methods
Compare various methods of identifying an element by its tag name. |
8 years ago |
Get elements by class: jQuery vs querySelectorAll vs getElementsByClassName
Compare various methods of obtaining a group of elements identified by class name |
8 years ago |
Get element by ID: jQuery vs getElementById vs querySelector | 8 years ago |
Change text of list items: jQuery vs. vanilla JS
Get the items from a list and change the text of each of them. |
8 years ago |
jQuery by id vs Document.getElementById
Comparing speed of getting element by id with jQuery vs Vanilla JS |
8 years ago |
jquery speed class filter | 8 years ago |
querySelector vs getElementById
Test the performance of the default Javascript querySelector vs the getElementById method. |
8 years ago |
Array constructor vs literal performance - 100000 items | 8 years ago |
Console.log | 8 years ago |
Matrix Tes
Testing speed of passing objects to a matrix, or accessing the object to pass parameters |
8 years ago |
Passing Objects vs individual arguments
A quick test to see if it's faster to pass 1 object, than multiple arguments |
8 years ago |
querySelector vs getElementById
Test the performance of the default Javascript querySelector vs the getElementById method. |
8 years ago |
Object Creation: key.value vs {} | 8 years ago |
r1 v r2 | 8 years ago |
r1 v r2 | 8 years ago |
square | 8 years ago |
Number vs + vs parseFloat | 8 years ago |