Benchmark name When Created
Dayjs Date-fns format and add day comparison 5 months ago
for-in vs object.keys no foreach 5 months ago
jquery 2.2.4 vs 2.1.1

Comparing performance of: jquery 2.2.4 vs 2.1.1

5 months ago
JS string param vs object property as param 5 months ago
canvas style.left vs translate 5 months ago
singular clone vs batch clone 5 months ago
Custom pluck test vs JS map vs lodash map

Testing a functional programming method 'pluck'. This is an in-progress test. Taken from lodash source code, using the Array constructor to make an Array of a specified length, seems to have a considerable impact on performance. In my simple pluck implementation, not using the constructor e.g. const plucked = [], was considerably slower.

5 months ago
JSON.parse vs string.split (big size) 5 months ago
JavaScript spread operator vs Object.assign vs assign to empty - performance 5 months ago
JS Map get VS JS Map has

Map get VS Map has

5 months ago
Find substring in a long string

Benchmark finding a string in a substring via several methods.

5 months ago
deburr manually vs deburr from lodash 5 months ago
cloneNode vs clone function 5 months ago
Add elements to array: foreach push vs destructuring 5 months ago
JS - Object Spread VS Object Assign v2 5 months ago
JS - Object Spread VS Object Assign 5 months ago
Trunc vs Floor vs Number vs ParseInt vs ~~ using time

Trunc vs Floor vs Number vs ParseInt vs ~~

5 months ago
Trunc vs Floor vs Number vs ParseInt vs ~~

Trunc vs Floor vs Number vs ParseInt vs ~~

5 months ago
Lodash.isEqual vs JSON.stringify Equality Comparison for deep object

Test on isEqual performance

5 months ago
array.push() VS Set.add() 5 months ago
URL vs String 5 months ago
for-in vs object.keys (no hof in Object.keys, hasOwn check) 5 months ago
for-in vs object.keys (no hof in Object.keys) 5 months ago
array[array.length] vs array.at(array.length) 5 months ago
Const with props vs Function 5 months ago

 Create Your benchmarks