Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

dayjs vs luxon (manipulating)

No description provided

['a', 'b'].includes vs 'a' === x || 'b' === x

No description provided

if [].includes vs if 'a' === x || 'b' === x

No description provided

Date vs Moment get timestamp

No description provided

Array concat vs spread operator vs push with two arrays, first one is big

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

String.indexOf(char) vs String.indexOf(char, position)

No description provided

String.indexOf vs String.indexOf with the second parameter

Find the index of ")"

int to string convertation

No description provided

different ways to loop

No description provided

while, for, for-of, map

No description provided

Getting first element using querySelector vs querySelectorAll vs getElementsByClassName

No description provided

testing values vs keys to check empty {}

testing values vs keys to check empty {}

Setting Canvas Pixel (Larger Test Size)

No description provided

flatten reduce vs for .. of vs reduce TCO v2

No description provided

flatten reduce vs for .. of vs reduce TCO

No description provided

asfsdfc

sdfsdfsdfsdf

flatten reduce vs for .. of vs for

No description provided

flatten reduce vs for .. of

No description provided

flatten reduce vs for of

No description provided

uniqBy comparisons

No description provided

Ramda assocPath vs Lodash set

No description provided

Luxon vs Native ISO date parsing

No description provided

groupby comparisons

No description provided

Test RegExp Performance

No description provided

Array.prototype.slice vs spread operator but corrent

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