Benchmark name | When Created |
---|---|
Multiple Attributes Performance IV | 4 years ago |
Multiple Attributes Performance III | 4 years ago |
Multiple Attributes Performance | 4 years ago |
precise querySelector vs first element of getElementsByClassName | 4 years ago |
Multiple Attributes II | 4 years ago |
Multiple Attributes | 4 years ago |
Some vs. Filter vs. findIndex | 4 years ago |
foreach test3 | 4 years ago |
foreach test2 | 4 years ago |
Spread Set vs Lodash uniq | 4 years ago |
Multi attributes | 4 years ago |
Array concat vs spread operator vs push - single element
Compare the new ES6 spread operator with the traditional concat() method and push |
4 years ago |
Map Code4 | 4 years ago |
simple spread vs concat benchmark | 4 years ago |
#el selector vs div#el selector | 4 years ago |
example-7 | 4 years ago |
Map Code3 | 4 years ago |
Map Code1 | 4 years ago |
Lodash deepClone vs JSON parse/stringify - complex object | 4 years ago |
Clone Deep vs JSON Parse Benchmark | 4 years ago |
Clone Deep vs JSON Parse Test | 4 years ago |
Clone Deep vs JSON Parse | 4 years ago |
Replace surrounded class with className, classList.replace and setAttribute
Compares performance of changing the class name through one of the following three interfaces: Element.className Element.classList.replace and Element.setAttribute. Inspiration originates from "Avoiding the FOUC v3.0": https://www.paulirish.com/2009/avoiding-the-fouc-v3/ Preparation code is based on this test: https://measurethat.net/Benchmarks/Show/54/0/classname-vs-setattribute-vs-classlist |
4 years ago |
Comparison of replacing a class with className, classList.replace and setAttribute
Compares performance of changing the class name through one of the following three interfaces: - Element.className - Element.classList.replace - Element.setAttribute Inspiration originates from "Avoiding the FOUC v3.0": https://www.paulirish.com/2009/avoiding-the-fouc-v3/ Preparation code is based on this test: https://measurethat.net/Benchmarks/Show/54/0/classname-vs-setattribute-vs-classlist |
4 years ago |
includes sorted vs unsorted | 4 years ago |