Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

dawdawd awd

No description provided

hash-sum vs object-hash big object

No description provided

ts4623

No description provided

Testing Intl performance

No description provided

Intl.NumberFormat 221024

No description provided

concat vs spread operator vs push vs assign

Compare the new ES6 spread operator with the traditional concat() method and push

for loop test brain

No description provided

Array fills

No description provided

Instanceof vs constructor.name

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

Array concat vs spread operator vs push vs forEach vs for...of

Compare the new ES6 spread operator with the traditional concat() method, push, forEach, and for...of

1 property - style.setProperty vs style.cssText vs style vs Object.assign vs setAttribute vs style properties

No description provided

6 properties - style.setProperty vs style.cssText vs style vs Object.assign vs setAttribute vs style properties

No description provided

6 properties - style.setProperty vs style.cssText vs style vs Object.assign vs setAttribute vs direct assignment

No description provided

Lodash: differenceBy vs reduce

Comparing performance of: lodash differenceBy with javascript reduce

String() vs .toString() vs concat

No description provided

Boolean vs !! vs ternary vs custom vs ==

Best boolean coercion

concatts2

No description provided

concatts

No description provided

js arr funcs

No description provided

flatMap() vs filter().map() vs for of loop

flatMap vs filter map

padStart vs slice - string convertion

Measures speed between using padStart and slice

parse hex to bytes - test capacitor bluetooth-le conversion fixed

No description provided

parse hex to bytes - test capacitor bluetooth-le conversion

No description provided

Concat vs Hardcode

No description provided

Empty vs If 2

Check the performance of an empty function call vs an if statement