Benchmark name When Created
groupBy spread vs mutating 6 years ago
For Each Vs Map Example Medium 6 years ago
For Each Vs Map Example 6 years ago
For Each Vs Map 6 years ago
undefined vs. typeof vs. in vs. hasOwnProperty vs exists vs double bang

Object lookup performance

6 years ago
Find Lodash vs Native 6 years ago
slice vs substr vs substring (with end index)

Compares slice, substr and substring to each other when there is and a end index

6 years ago
Ramda vs. Lodash + Immutable

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.

6 years ago
lodash merge vs object.assign vs spread with arrays 6 years ago
Lodash vs. Set Intersection 6 years ago
Blues test 6 years ago
for vs for..of vs NodeList.forEach vs Array.forEach vs jQuery.each 6 years ago
Unerscore.keys vs object.keys 6 years ago
Object values: Object.entries VS Object.keys VS Object.keys with extra array VS Object.entries without array 6 years ago
Object.entries VS Object.keys VS Object.keys with extra array VS Object.entries without array 6 years ago
Object.entries VS Object.keys VS Object.keys with extra array 6 years ago
Object.entries VS Object.keys 6 years ago
regex-vs-startswith 6 years ago
querySelectorAll vs JQuery

Compares the performance of querySelectorAll against JQuery for selecting elements. For class selector, getElementsByClassName is the best. For element selector, getElementsByTagName is the best.

6 years ago
array / object iteration 6 years ago
getElementByClassName, querySelector, window 6 years ago
trim test 6 years ago
ImmutableJS Record set vs merge 6 years ago
jsNetworkX big graph vs 2 smaller ones - lookup time --2 6 years ago
Object.freeze vs Object.seal 6 years ago

 New benchmark Your benchmarks