Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array looping entries

Finding out the performance hit of array entries

Javascript Array.prototype.push vs index assignment

No description provided

JavaScript copy object spread operator vs Object.assign performance

No description provided

test for loop for onlyoffice performance

Test different for loops

test for loop for onlyoffice

test for

Testing the benchmark for delete

var obj = { a:1, b:2, c:3, d: 4, e: 5, f: 6, g: 7 }

Get last element of array2

No description provided

es6(forEach, map, filter) vs lodash(map) 성능 비교

No description provided

[js] forEach, map, filter

No description provided

typeof vs instanceof vs constructor

Comparing typeof vs instanceof vs .constructor property

structuredClone vs spread vs parse

No description provided

structuredClone vs spread object comparison

No description provided

startsWith vs includes (same search)q

No description provided

includes_vs_IndexOf

No description provided

IndexOf_vs_includes

IndexOf_vs_includes

flatMap vs mapFlat

No description provided

Setting CSS: Direct CSS property vs setAttribute("style",...)

Which one is more efficiente setAttribute("style","color:red") or a.style.color = 'red'

innerText vs innerHTML (performance 3)

This benchmark is to compare the performance of innerText vs innerHTML when binding text to the DOM.

.includes() vs .test() vs .match() vs .indexOf() vs .search() fix2

No description provided

Get Size (Map vs Object)

Lookup of map vs object

Javascript slice vs substring vs replace vs replaceall

No description provided

rando-110200202

No description provided

jQuery VS querySelectorAll (teste)

No description provided

LHR cloning performance with JSON.stringify vs structuredClone

LH cloning performance with JSON.stringify vs structuredClone

bignumber.js vs. big.js vs. decimal.js (without native)

- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0