Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

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

createTextNode vs textContent vs innerText vs nodeValue

No description provided

lodash includes vs ramda includes

No description provided

Function.prototype.call vs direct call (2)

No description provided

toFixed vs Math.round() - result as a number

No description provided

es6 destructuring vs lodash _.get vs dlv

compare performance of _.get to es6 desu

Lodash isEqual vs Lodash difference

Test on isEqual bs difference performance

lodash merge vs object.assign vs spread overwriting one property

No description provided

Array.prototype.concat vs spread operator v5

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

Object.fromEntries vs lodash fromPairs

No description provided

Object.entries vs lodash toPairs

No description provided

Immer vs Shallow copy vs Immutable Perf Test

No description provided

className vs. setAttribute vs. classList -- checking for class

No description provided

for vs Array.find

Native JS for loop vs Array.find

Lodash.js vs Javascript

No description provided

JavaScript spread operator vs Object.assign performance redux like

No description provided

Test map foreach

test

JavaScript spread operator vs Object.assign performance immutable

Performance of object spread vs Object.assign when while preserving previous data.

eval vs Function string interpolation

Compares how eval() compares to Function in some form of templating

custom promise vs jquery deferred object

Vanilla JS VS JQuery AJAX perfomance

Dataview vs Uint8Array - read byte+

No description provided

querySelectorAll vs. getElementsByTagName

No description provided

Array.every vs JSON.stringify

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Shallow Array of Strings CM-forked fixed

Test on isEqual performance

forEach vs reduce vs map vs filter vs for vs lodash

No description provided

NEW BENCHMARK Your Benchmarks