Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Date ISO string

No description provided

Set number value as string attribute

No description provided

Set any value as string attribute

No description provided

Number parsing

No description provided

Lodash vs Native map, find, filter

No description provided

string.split(RegExp); vs string.split(string);

No description provided

Component creation complexity

No description provided

JavaScript spread operator vs Object.assign performance (single clone)

No description provided

some findindex test

No description provided

someincludestest

No description provided

reduce vs flat() test

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

Random strings

No description provided

typeof "undefined" versus falsey check

which is faster

test set please ignore

No description provided

Lodash Union vs Spread with smaller arrays

No description provided

jquery 1.12.4 vs 2.2.4 vs 3.6.1

Comparing performance of: jquery 1.12.4 vs jquery 2.2.4 vs jquery 3.6.1

Closest vs Loop vs Recursion

No description provided

Add new element to very large array (preparation): push vs destructuring vs bracket access

No description provided

Add new element to array (preparation): push vs destructuring vs bracket access

No description provided

Add new element to large array (preperation): push vs destructuring vs bracket access

No description provided

Element addition comparison (short)

Spread vs. push vs. bracket

Add new element to very large array: push vs destructuring vs bracket access

No description provided

Add new element to large array: push vs destructuring vs bracket access

No description provided

parse hex-string to 'bytes like object' (Uint8Array) in javascript

parse hex-string to 'bytes like object' (Uint8Array) in javascript

Includes vs Find (Javascript)

Array.includes vs Array.find