Benchmark name When Created
filter + map vs conditional + foreach

Compare chained `array.filter().map()` vs creating a new array, looping through the previous one and conditionally pushing to it.

5 years ago
getElementById vs querySelector vs getElementsByClassName vs getElementsByName no double id

Test performance of different ways of get just one particular DOM element

5 years ago
toFixed(2) vs Math.floor method 5 years ago
jQuery Id selector vs Document.getElementById vs Document.querySelector

Comparing speed of getting element by id with jQuery vs Vanilla JS vs Vanilla JS querySelector

5 years ago
createTextNode vs textContent vs innerText vs nodeValue 5 years ago
Comparison with className vs classList with unique value 5 years ago
nth child 5 years ago
lodash includes vs ramda includes 5 years ago
dataset vs getAttribute 5 years ago
jQuery val() 5 years ago
copyWithin vs iterate (Attempt 2)

comparing copyWithin vs iterate for black pixel removal

5 years ago
copyWithin vs iterate (with GPU Raster and A Larger Image)

comparing copyWithin vs iterate for black pixel removal

5 years ago
copyWithin vs iterate

comparing copyWithin vs iterate for black pixel removal

5 years ago
Destructuring test 2 5 years ago
Destructuring test! 5 years ago
Destructuring test 5 years ago
Benchmark of Object.keys multiple calls V2

Cache vs not using cache

5 years ago
Benchmark of Object.keys multiple calls

Cache vs not using cache

5 years ago
ROndinelli 5 years ago
Function.prototype.call vs direct call (2) 5 years ago
array concat23 5 years ago
cached stop condition in for loop2

cached stop condition in for loop

5 years ago
cached stop condition in for loop

cached stop condition in for loop

5 years ago
jQuery vs HE (html entities) lib v5 5 years ago
jQuery vs HE (html entities) lib v4 5 years ago

 Create Your benchmarks


;