Benchmark name When Created
sqrt vs power to 0.5 3 years ago
check obj empty state with for-in vs object.keys 3 years ago
hash-sum vs object-hash vs object.entries 3 years ago
match vs endsWith vs includes 3 years ago
match vs endsWith 3 years ago
get variable elements 3 years ago
object-hash vs stringify 3 years ago
hash-sum vs object-hash vs JSON.stringify 3 years ago
Native filter includes vs_.isEqual vs JSON stringify Equality Comparison for Shallow Array of Strings.

Test

3 years ago
toFixed vs toPrecision vs Math.floor() vs Math.floorfast vs new Math.trunc

Comparing performance of: toFixed(4) vs toPrecision(4).toString() vs (Math.round(*10000)/10000).toString() vs Math.floor fast vs the new Math.trunc

3 years ago
Native filter includes vs_.isEqual Equality Comparison for Shallow Array of Strings.

Test

3 years ago
Native filter includes vs JSON.stringify Equality Comparison for Shallow Array of Strings.

Test

3 years ago
Last with slice, pop vs index 3 years ago
filter-includes vs JSON.stringify Equality Comparison for Shallow Array of Strings.

Test on isEqual performance

3 years ago
Sort + toString vs JSON.stringify Equality Comparison for Shallow Array of Strings.

Test on isEqual performance

3 years ago
Compare the new ES6 spread operator with Ramda assoc using reduce 3 years ago
Friday 3 years ago
for..in vs for..of vs classic for

Testing the difference between for..in vs for..of vs classic for

3 years ago
Window test 3 years ago
defineproperty vs direct assignment, accessing (4) 3 years ago
defineproperty vs direct assignment, accessing 3 years ago
JSON.parse(JSON.stringify()) 3 years ago
somevfind 3 years ago
Switch vs Object Literal Performance Check case 40

Comparing performance of: Switch vs Object Literal

3 years ago
Large arrays spread vs push v3 3 years ago

 Create Your benchmarks