Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash cloneDeep vs structuredClone (ims 2)

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

Lodash cloneDeep vs structuredClone (ims)

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

get first element

No description provided

array addition

No description provided

Test map function for object list with direct call using key vs destructured key

No description provided

Math.x ** 2 vs. x * x

No description provided

Array vs TypedArray write performance (Float64Array)

No description provided

Array vs TypedArray write performance (Int32Array)

No description provided

comparator vs startsWith

comparator vs startsWith

Array.from vs new Set - iterator as argument

No description provided

lodash uniq vs native uniq with long array

No description provided

JS includes() vs regex test on simple string

JS includes() vs regex test on simple string

lodash vs native 1402d89a

No description provided

typeof vs instanceof

No description provided

lodash uniq vs spread new Set() vs Array.from(new Set) medium size

This checks for medium sized duplicated input to contain unique entries

Search words/regexes in string: matchAll vs split

No description provided

for...of vs for-loop vs find()

Testing the difference between native loops and find()

Vanilla JS vs jQuery Selectors - v2 (jQuery 4 beta 2)

Vanilla JS ID Selector vs Vanilla JS Class Selector vs Vanilla JS Query Selector All vs Vanilla JS Query Selector vs Vanilla JS Data Hook vs jQuery ID Selector vs jQuery Class Selector vs jQuery Data Hook Selector

no return vs return vs return undefined

No description provided

String comp

No description provided

for-in vs object.keys MT

No description provided

Reflect.apply vs Function.prototype.apply

No description provided

Reassignment of Var vs Const vs Let

No description provided

stringify vs join vs string vs tostring

No description provided

Count string period occurrence

No description provided

NEW BENCHMARK Your Benchmarks