Benchmark name When Created
Array.from vs Spread really 5 years ago
Lodash max vs Math.max (lodash 4.7.11) 5 years ago
Spread vs object assign (when you need new object as output) 5 years ago
Spread vs Object assign if we want a new object to be created 5 years ago
Spread vs Object assign if we want a new object as a result 5 years ago
String.replace vs String.slice

Check the speed of replacing the first character via String.replace vs String.slice

5 years ago
Object keys vs _.values

Compare the new ES6 spread operator with the traditional concat() method

5 years ago
getElementById vs querySelector again 5 years ago
slice VS splice: who is the fastest to keep constant size

100k list

5 years ago
for loop vs. lodash range foreach vs. jquery each 5 years ago
Different ways (template, vanilla js, innerHTML) to create DOM node 5 years ago
jQuery by id vs Document.getElementById

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

5 years ago
jQuery select by id vs select by class 5 years ago
push vs spread for single element addition to array 5 years ago
Array.prototype.concat vs spread operator forked

Compare the new ES6 spread operator with the traditional concat() method forked

5 years ago
querySelector vs querySelectorAll vs getElementsByClassName vs querySelector (ID) vs getElementsByID — (getElementsByClassName sem .(ponto)) 5 years ago
FIND SINGLE ELEMENT: querySelector(ID, TagName e Class) vs getElementsByClassName vs getElementsByID vs getElementsByTagName — (getElementsByClassName sem .(ponto)) 5 years ago
Clone And Copy Node (Table tbody) 5 years ago
Array.prototype.slice vs spread operator 123

Compare the new ES6 spread operator with the traditional slice() method

5 years ago
Array.prototype.slice vs spread operator 12

Compare the new ES6 spread operator with the traditional slice() method

5 years ago
Array.prototype.slice vs spread operator 1

Compare the new ES6 spread operator with the traditional slice() method

5 years ago
angular.copy vs JSON.parse(JSON.stringify)

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

5 years ago
.endsWith vs includes 5 years ago
Map JS vs Lodash 5 years ago
JS divide performance 5 years ago

 New benchmark Your benchmarks