Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

.attribute vs setAttribute/removeAttribute vs setAttributeNode/removeAttributeNode vs attributes.setNamedItem/attributes.removeNamedITem

No description provided

Delete vs destructure for objects 3

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

Object.assign vs direct assign

No description provided

forEach vs reduce vs map vs filter vs for j--

No description provided

find vs findIndex (Array prototype methods) with console.log

Measuring which is faster

Ramda vs Vanilla - sort and add index

No description provided

Underscore and Lodash: isEqual v4

No description provided

for-in vs object.keys isEmpty

No description provided

JavaScript spread operator vs Object.assign performance without mutating original object

No description provided

querySelector on HTML tag dir attribute vs. closest

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

querySelector on HTML tag vs. closest

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

sum array items

No description provided

native sort of objects by localeCompare vs lodash _.orderBy

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

IndexOf vs Includes in string 333

Banana 333

IndexOf vs Includes in string 233

Banana 2333

IndexOf vs Includes vs lodash includes (string)

IndexOf vs Includes vs lodash includes (string)

Test if save value is faster

No description provided

testSave

No description provided

Array concat vs spread operator vs push (tom s)

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

lodash forEach vs for i loop modified

No description provided

Static class query

No description provided

Capital with long name

No description provided

Capital

No description provided

getElementById vs querySelector data-id2

No description provided

Setter to Proxy vs Object

No description provided