Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

pop() vs shift() vs unshift vs pop

No description provided

contains2 vs closest

No description provided

contains2 vs closest2

No description provided

find() vs for...of vs for-loop multi variable with switches

Testing the difference between native loops and find() with setting multiple variables

find() vs for...of vs for-loop multi variable

Testing the difference between native loops and find() with setting multiple variables

axios vs node-fetch

No description provided

Array.from vs Spread on arrays

No description provided

filter+map vs reduce

No description provided

JavaScript spread operator vs Object.assign vs only-null-checked for-in loop performance

Measure the fastest way to merge objects, without mutation.

JavaScript spread operator vs Object.assign vs null-checked for-in loop performance

Measure the fastest way to merge objects, without mutation.

JavaScript spread operator vs Object.assign vs type-checked for-in loop performance

Measure the fastest way to merge objects, without mutation.

JavaScript spread operator vs Object.assign vs for-in loop safe performance

Measure the fastest way to merge objects, without mutation.

JavaScript spread operator vs Object.assign vs for-in loop performance

Measure the fastest way to merge objects, without mutation.

Lodash Remove v Native Filter

No description provided

testing converter

No description provided

JQuery version speed test 1.6.4 + 3.6.0

Test

Test shitty shit

No description provided

Array concat vs spread operator vs push 131231231232

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

Array concat vs spread operator vs push 13123123123

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

Magic asda

Trsut me bro

Complex test document.querySelectorAll().forEach() vs [...document.getElementsByClassName()].forEach()

No description provided

drawImage Image vs Bitmap

No description provided

Class assignment document.querySelectorAll().forEach() vs [...document.getElementsByClassName()].forEach() correct now

No description provided

Class assignment document.querySelectorAll().forEach() vs [...document.getElementsByClassName()].forEach()

No description provided

Concatenate random strings with + vs template literals vs String.concat

Find best solution for concatenate strings. Math.random() used to prevent any caching.