Benchmark name When Created
Date clone test

test Date(ts) vs Date(yy, mm, dd)

3 years ago
lodash merge vs object.assign vs spread 3984398 3 years ago
pow vs compound sqrt

pow(x, -1.5) vs (1/sqrt(x) + 1/x)

3 years ago
Array vs Set loopup in Javascript 3 years ago
object[]: findIndex vs for loop

Testing Array.prototype.findIndex vs a for loop over an array of objects

3 years ago
Array concat vs spread vs unshift

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

3 years ago
Object.prototype.hasOwnProperty vs Object in vs Object[] vs Array.indexOf vs Array.includes vs Set.has 3 years ago
Array concat vs spread operator vs push with complex objects

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

3 years ago
undefined vs typeof vs !!

undefined vs typeof vs !!

3 years ago
Date time performance

Comparing performance of time

3 years ago
lodash isEmpty vs ES6 implementation from stack overflow

https://stackoverflow.com/questions/679915/how-do-i-test-for-an-empty-javascript-object

3 years ago
lodash merge vs deepmerge (updated FIXED) 3 years ago
lodash merge vs deepmerge (updated) 3 years ago
flatmap vs filtermap 3 years ago
regex vs trim test 3 years ago
Spread vs object assign v100 3 years ago
test forin 3 years ago
offsetTop pref 3 years ago
Les Petis Plats - Comparaison recherche Dichotomique/Séquentielle - 50 Recettes 3 years ago
2 times startsWith vs slice 3 years ago
Lodash has vs Typescript in 3 years ago
465068be-f8a4-4d13-b705-b4ce84dbe236s 3 years ago
Add vs Multiply vs Set vs POW decimal 3 years ago
Add vs Multiply vs Set vs POW 3 years ago
DocumentFragment vs Template innerHTML vs Template Nodes 3 years ago

 Create Your benchmarks