Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

tailnh-test2

No description provided

tailnh-test

No description provided

Stringify array: Array.join / JSON.stringify / Array.toString

No description provided

roudning

No description provided

powers

No description provided

window.getComputedStyle vs. inline style

No description provided

Add item to array: push vs assign

No description provided

Conditional Benchmark

No description provided

Inline Cache2

No description provided

Custom Event vs PubSub Single Event

No description provided

hasAttribute vs dataset

Compare setAttribute to dataset

JSON.parse(JSON.stringify( vs structuredClone( FIXED

No description provided

Custom Event vs PubSub

No description provided

Slice vs Split in simple string

Testing in a short string what is faster

Array.include vs Set.has Object

No description provided

Array.include vs Set.has

No description provided

Object.keys vs Object.entries vs Object.values for determining size

For measuring the fastest way to measure a length of an object

Lodash vs native sortBy (ascending only)

No description provided

_.sortBy vs native multiple property sort

No description provided

RegEx.test vs. String.includes vs. for

No description provided

JS: append vs appendChild multi

No description provided

native find vs underscore _.find asdfasdf

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

Lodash cloneDeep vs freeze RTSOFT

No description provided

latest hash-sum vs object-hash vs JSON (with array)

Comparing performance of: Sum vs Object-hash vs JSON.stringify

test modify reference vs Object destructing

reference vs Object destructing which high performance