Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash.get vs Lodash.property vs native

No description provided

Lodash.get vs Lodash.property

No description provided

Comparing performance of native .length and Lodash _.isEmpty

No description provided

Underscore vs native

No description provided

spread vs assign vs _.merge

No description provided

find vs findIndex (Array prototype methods)

Measuring which is faster

loops-forin-forof-native-4

No description provided

Array.from vs Spread #2

No description provided

Quick Sort

Test of Quick Sort Implementations

Clone array

Array.from vs spread vs [].slice.call

Tilda vs Plus

No description provided

Double a number

Double a number by bitshift or just doubling

Array.prototype.forEach vs underscore _.each

No description provided

Regex vs .startsWith 2

Testing some things

Comparing performance of: _.uniqWith vs native impl

No description provided

compare math.pow and ** operator

No description provided

SVG parsing

fastest way to inject svg in HTML code

pre-increment vs post-increment in loops

No description provided

object assign vs object spread on growing objects

Object.assign and the spread operator are about equally fast on tiny objects. But how do they scale as objects get increasingly more keys?

Splice vs Filter

No description provided

switch vs if-else vs lookup

yo yo

unique elements in array using filter

No description provided

array includes

No description provided

array some vs _.some

No description provided

array iteration vs _.each vs map

No description provided

NEW BENCHMARK Your Benchmarks