Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

ES6 Proxy vs JS Object get/set

No description provided

drawImage and getImageData on Canvas vs OffscreenCanvas 2

No description provided

Md5 hashing

No description provided

endsWith vs Regex - case insensitive

No description provided

Compare jQuery 3.6.0 vs 3.2.1 performance

No description provided

window.eval function vs new Function2

No description provided

window.eval function vs new Function1

No description provided

window.eval function vs new Function

No description provided

The fastest way to iterate over arrays

Find the fastest way to iterate over arrays, compare: for loop, for loop with length caching, for...of, for...in, forEach and map.

my Array.from() vs new Array()

Testing the difference between creating filled arrays.

lodash merge vs recursive indexed setter merge function

No description provided

Underscore _.sortBy() vs Vanilla .sort() vs Vanilla CUSTOM sort method vs Vanille .sort() using localeCompare

No description provided

Array.prototype.slice vs spread operator vs Object.values (new rev)

Compare the new ES6 spread operator with the traditional slice() method with Object.values

set.add vs array.push vs map.set

No description provided

Object key access vs array index access

Tests the speed of accessing an item by object key vs array index.

eval vs Function vs lodash.template v4

No description provided

JS: append vs appendChild multiple elements

No description provided

map vs ifelse vs switch test

No description provided

RegEx Length vs String Length

No description provided

Object function binding vs closure

No description provided

object method scope lookup

No description provided

es6 class static vs instance vs object method

No description provided

String() vs .toString() vs + string

No description provided

jQuery parents() vs closest() speed performance comparison

Comparing performance of: Parent vs Closest

Lodash cloneDeep vs deepFreeze vs deepClone vs JSON.parse(JSON.stringify())

No description provided

NEW BENCHMARK Your Benchmarks