Benchmark name When Created
Counting newlines 4 years ago
Array concat vs two spread operator

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

4 years ago
List filter comparison 4 years ago
slice VS splice VS shift for fixed size list of objects v2 4 years ago
slice VS splice VS shift for fixed size list of objects 4 years ago
.attribute vs setAttribute/removeAttribute vs setAttributeNode/removeAttributeNode vs attributes.setNamedItem/attributes.removeNamedITem 4 years ago
Delete vs destructure for objects 3

Measure the performance of delete versus removing a prop from an object

4 years ago
Object.assign vs direct assign 4 years ago
forEach vs reduce vs map vs filter vs for j-- 4 years ago
find vs findIndex (Array prototype methods) with console.log

Measuring which is faster

4 years ago
Ramda vs Vanilla - sort and add index 4 years ago
Underscore and Lodash: isEqual v4 4 years ago
for-in vs object.keys isEmpty 4 years ago
JavaScript spread operator vs Object.assign performance without mutating original object 4 years ago
querySelector on HTML tag dir attribute vs. closest

Figuring out what's faster, to querySelect the HTML tag or use the javascript closest

4 years ago
querySelector on HTML tag vs. closest

Figuring out what's faster, to querySelect the HTML tag or use the javascript closest

4 years ago
sum array items 4 years ago
native sort of objects by localeCompare vs lodash _.orderBy

comparing native sort of objects by localeCompare vs lodash _.orderBy

4 years ago
IndexOf vs Includes in string 333

Banana 333

4 years ago
IndexOf vs Includes in string 233

Banana 2333

4 years ago
IndexOf vs Includes vs lodash includes (string)

IndexOf vs Includes vs lodash includes (string)

4 years ago
Test if save value is faster 4 years ago
testSave 4 years ago
Array concat vs spread operator vs push (tom s)

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

4 years ago
lodash forEach vs for i loop modified 4 years ago

 Create Your benchmarks