Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

class vs function mk I

No description provided

Lodash SortBy Vs Stable Sort

No description provided

Clone deep benchmarks for PR sections

No description provided

Map vs filter for unique properties in object

No description provided

Destructuring vs Direct Access Performance in JavaScript

This benchmark tests the performance difference between destructuring and direct access of object properties in JavaScript. The goal is to evaluate which method is faster for accessing multiple properties of an object.

Performance of js Include function over array and string

No description provided

Array.find vs. Map.get (string)

Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map

ClassName vs ClassList get performance

comparing only get

Inline anonymous classes

https://es.discourse.group/t/error-detail/1857/49

Wrapped class field access speed v1

No description provided

Class field access speed v1

No description provided

Escape HTML regex vs replace vs textNode vs Option 5

No description provided

Escape HTML regex vs replace vs textNode vs Option 4

No description provided

Escape HTML regex vs replace vs textNode vs Option 3

No description provided

Escape HTML regex vs replace vs textNode vs Option 2

No description provided

Escape HTML regex vs replace vs textNode vs Option

No description provided

JSON Querying Comparisons + JmesPath

No description provided

find vs findIndex vs some (fork)

Measuring which is faster

for vs foreach vs for..in vs for..of with content and isEven

Compare loop performance

for vs foreach vs for..in vs for..of with content

Compare loop performance

JSON.stringify vs structuredClone vs _.cloneDeep

JSON.stringify vs structuredClone vs _.cloneDeep

JSON.stringify vs structuredClone vs _.deepClone

JSON.stringify vs structuredClone

assign vs spread test inside loop v2

No description provided

assign vs spread test inside loop

No description provided

lodash groupBy vs Array.reduce vs simple for loop

Comparing performance of: Lodash vs Native reduce vs native for loop for grouping