Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash 4.17.21 sort VS array.prototype.sort

No description provided

JavaScript sprea vs Object.assign performance

No description provided

Date.prase vs new Date

No description provided

lodash uniq vs set with spread

No description provided

Simple Array Find vs Includes

No description provided

for-in vs for-of and object.keys

No description provided

nothing vs optional chaining

How to better null-check

if-check in loop vs two loops

No description provided

testnew res

No description provided

test pef

No description provided

`Array.prototype.concat` vs `spread operator`

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

toFixed vs Math.round() with numbers222

No description provided

toFixed vs Math.round() with numbers

No description provided

Array.prototype.slice vs spread operator to copy array

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

just promise vs just callback

No description provided

For_Oksana

No description provided

Parsimmon vs regex

No description provided

Regex multiline whitespace tested

No description provided

_.uniqWith(arr, _.isEqual).length vs new Set(arr).size 1

No description provided

Boolean vs !! - Kid

No description provided

String.indexOf vs RegExp.test (2)

No description provided

test findIndex vs includes vs map & indexOf

Comparing performance of: findIndex vs includes vs map and indexOf

Test 03

No description provided

RegEx.test vs. String.includes

No description provided

lodash-uniqueid-vs-string-concat

Test