Benchmark name When Created
querySelectorAll vs getElementsByTagName specific use case 3 years ago
Optional chaining vs lodash get3 3 years ago
Optional chaining vs lodash get2

Some

3 years ago
Shallow cloning an object: Object.assign() vs. Spread vs. for-in loop 3 years ago
Print nested objects by a property

This test different ways of organizing and nesting plain list that has elements nested by certain property

3 years ago
Map: Lodash vs Array.prototype 3 years ago
Array Map Vs Lodash Map 3 years ago
Really simple Ramda vs. Lodash

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

3 years ago
Rambdax vs Lodash 3 years ago
ifvsaa 3 years ago
Date.now() vs new Date().getTime() vs +new Date() 3 years ago
Set vs Object.keys 3 years ago
spread vs push vs ifSpread vs ifPush 3 years ago
Spread vs push testq 3 years ago
spread vs push 2 3 years ago
reduce spread vs flat()

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

3 years ago
array concat vs spread create new array 3 years ago
Optional chaining vs manual chaining vs loop chaining vs Try/Catch 3 years ago
Object.fromEntries vs reduce - no map v2 3 years ago
spread vs push vs concat for large arrays 3 years ago
Object.fromEntries vs reduce - no map 3 years ago
JS insert at index spread vs Splice 3 years ago
createElement vs innerHTML inside DocumentFragment

Fastest way to create 10 <p class="font-bold">Hello!</p>-elements inside a DOM DocumentFragment before insertion.

3 years ago
toFixed -> Number vs Math.round 3 years ago
toFixed vs Math.round 3 years ago

 New benchmark Your benchmarks