Benchmark name When Created
object spread vs Object.assign 3 years ago
comparison due to the order of || operation 3 years ago
includes vs has 20220126 3 years ago
2lodash uniq vs set 3 years ago
Array Slice vs Pop 3 years ago
Lodash omit vs Native destructuring vs Manual omit 2022

Compare _.omit vs native destructuring vs manual omit

3 years ago
compare drawing lots of sprites (filled circles and squares) using various canvas methods II WITH ROUNDED PIXELS

This benchmark compares methods of drawing lots of sprites onto a HTML5 canvas element. We test two basic "sprites": a filled square and a filled circle. We can explicitly draw them with path drawing methods, or drawing a prototype and copying them onto the canvas multiple times, using drawImage, or putImageData.

3 years ago
InstanceOf vs String type 2

Measure the performance of instanceOf operator vs comparing a basic string type.

3 years ago
Array.includes vs Object.hasOwnProperty vs Reflect.has vs object[id] 3 years ago
Single instance of Intl.NumberFormat vs toLocalString with grouping and min/max digits 3 years ago
Single instance of Intl.NumberFormat vs toLocalString 3 years ago
Using Intl NumberFormatter vs String manipulation 3 years ago
Intl vs native 3 years ago
replace regex global vs replaceAll with string vs replaceAll with regex 3 years ago
replace regex global vs replaceAll 3 years ago
_.pickBy vs _.filter on array 3 years ago
Test Unshift vs push + reverse 3 years ago
Object.values VS Object.keys.map 2 3 years ago
push vs push.apply vs const push spread vs let push spread vs reassign spread 3 years ago
push vs apply.push vs spread 3 years ago
Object.entries VS Object.keys.map 2 3 years ago
Object.values VS Object.keys.map 3 years ago
Lodash.isEqual vs JSON.stringify Equality Comparison for simple objects

Test on isEqual performance

3 years ago
Objects spread vs object assign with large object

Compare the new ES6 spread operator with the traditional Object.assign() method large object

3 years ago
Native isNaN() vs Custom isNaN method 3 years ago

 Create Your benchmarks