Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

array.find() vs. array.some() - big array version

Test both methods when using them to check the existance of an element in an array. Both tests return truthy.

JSON.parse + JSON.stringify vs structuredClone (cyclical graph)

No description provided

ISO-Date slice vs split

No description provided

Blob vs TextEncoder

No description provided

Encode vs Blob on large string

No description provided

includes vs regex

No description provided

Date.valueOf vs Date.getTime() vs Number vs unary STRING

No description provided

Date.valueOf vs Date.getTime() vs Number

No description provided

Luxon vs moment

No description provided

split vs replace v2

No description provided

flatMap vs reduce v1.1

No description provided

normal vs Object.freeze vs Object.seal performance

No description provided

Lodash cloneDeep vs structuredClone vs JSON.stringify/parse

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

JS lastIndexOf vs indexOf

JS lastIndexOf vs indexOf

Reuse Regex? RegEx.test vs. String.match vs. String.search

No description provided

RegEx.test vs. String.match vs. String.search

No description provided

Lodash cloneDeep vs structuredClone vs JSON-Clone

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

typed array for vs forEach vs for in vs for of

Compare loop performance

Getter / Setter vs Proxy vs Class getter

No description provided

find() vs for...of vs for-loop large array fixed

Testing the difference between native loops and find()

instanceof vs typeof vs prop check

No description provided

JQuery Speed Test

JQuery Speed Test

map.has vs. array.includes - large array - random Access

No description provided

array push vs reduce

No description provided

spread vs mutation vs Object.assign for reduce

No description provided

NEW BENCHMARK Your Benchmarks