Benchmark name When Created
Math.random vs crypto.getRandom 4 years ago
JQuery version speed test / new 4 years ago
Array Concat vs ES6 Spread Operator 4 years ago
Performance of Object.values(obj) vs_.values() vs for-in to extract values from an object

Compare performance between the native Object.values(obj) function vs the lodash _.values() option and a function that extracts the values of an object using a for...in loop.

4 years ago
Double.js benchmark

Test runner for extended precision libraries (https://github.com/munrocket/double.js)

4 years ago
_.range() vs Array.from() vs [...Array().keys()] 4 years ago
charCodeAt vs [] 4 years ago
Lodash isEqual test fffw

Test on isEqual performance

4 years ago
Lodash isEqual test ewww

Test on isEqual performance

4 years ago
Lodash sortBy predicate vs array.prototype.sort n=1000000 4 years ago
tensorflow-preprocessing 4 years ago
Lodash partition VS native reduce 4 years ago
QuerySelector vs getElementsByClassName - Emo test 4 years ago
Ramda vs lodash vs native map 4 years ago
hasHtmlTags v2 4 years ago
findIndex performance

lodash vs javascript

4 years ago
uniqBy performance

lodash vs javascript

4 years ago
sortBy performance2

lodash vs javascript

4 years ago
sortBy performance1

lodash vs javascript

4 years ago
sortBy performance

lodash vs javascript

4 years ago
spread operator vs push test - correct

Compare the new ES6 spread operator with and push Comparing performance of spread operator vs Push

4 years ago
for vs filter 4 years ago
javascript loops 4 years ago
Object.keys().forEach() vs for in 4 years ago
Object.assign vs spread operator vs $.extend 4 years ago

 New benchmark Your benchmarks