Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

insertAdjacentHTML vs appendChild 2025

No description provided

(vanilla) replaceAll vs regex replace vs split&join

No description provided

Object.fromEntries vs reduce 2

No description provided

Object.fromEntries vs reduce

No description provided

JS destructuring benchmark

No description provided

Immer vs manual comparison

No description provided

Delete vs destructure for objects with mutating

Measure the performance of delete versus removing a prop from an object without mutating

Array.prototype.slice vs spread operator copy 5

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

complex ES6 property get & getter function & direct access to object attribute

No description provided

ES6 property get & getter function & direct access to object attribute

No description provided

replaceChildren() vs innerHTML = ""

No description provided

Canvas roundrect vs fillrect perf

Finding the performance difference between the new "roundrect" method and fillrect

Async Serial vs Parallel

No description provided

.unshift() vs .push() + .reverse()23456

No description provided

Object.getOwnPropertyDescriptor().set vs obj[symbol].key

No description provided

Object.getOwnPropertyDescriptor().value vs Reflect.get() vs obj[key]

No description provided

DOMParser vs. regex for adding anchor-tags based on anchor-content (new string, full impl., working)

No description provided

Freezing objects and arrays

No description provided

DOMParser vs. regex for adding anchor-tags based on anchor-content (new string, full impl.)

No description provided

DOMParser vs. regex for adding anchor-tags based on anchor-content (new string)

No description provided

Getter overhead

No description provided

structuredClone vs _.cloneDeep vs JSON vs rfdc

No description provided

key number vs string number

No description provided

Truncate decimal

Becnhmark to test different floating points truncating methods

Check attributes

No description provided