Benchmark name When Created
reduce vs map & join 3 years ago
Date object vs Number comparison

Seeks to determine if there is a significant difference between comparing Date objects vs numbers. In performance critical scenarios, it may be possible to convert dates to numbers using "getTime," before entering intensive code.

3 years ago
Selection Algorithm Comparison 2 3 years ago
Selection Algorithm Comparison 3 years ago
CardBenchmanrk 3 years ago
object properties comparison 3 years ago
append vs fragment+appendChild

append vs fragment + appendChild

3 years ago
append vs fragment + appendChild

append vs fragment + appendChild

3 years ago
Array.prototype.forEach.call vs. Array.from(getElementsByClassName).forEach - remove( 3 years ago
querySelectorAll.forEach vs. Array.from(getElementsByClassName).forEach - remove( 3 years ago
Triangular RV Symmetric vs. Asymmetric 3 years ago
querySelectorAll.forEach vs. Array.from(getElementsByClassName).forEach 3 years ago
Triangular RV 3 years ago
jquery bench 3 years ago
Math.pow vs x*=x vs x=x*x 3 years ago
json stringify vs array map + join 3 years ago
Caching Uint8Array length property vs getting it each time in the loop

save length of the u8arr in the variable vs get it the loop

3 years ago
JSON Stringify Speed Test

This benchmark tests whether the speed or JSON.stringify changes with object size

3 years ago
Lodash cloneDeep vs JSON Clone vs Ramda Clone vs Pvorb Clone888 3 years ago
Array.indexOf vs Array.includes 3 years ago
for-in vs object.keys (forEach) vs object.keys (for) 3 years ago
OrderBy 3 years ago
Math.max/min vs function ternary vs inline ternary 3 years ago
new Date()

Measure how fast is the date parsing using new Date()

3 years ago
querySelectorAll vs getElementsByClassName with 1,000,000 children searched 3 years ago

 Create Your benchmarks