Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Object.assign template vs direct assignment

No description provided

Lodash cloneDeep vs structuredClone

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

lodash map vs Object.keys map vs Object.values

lodash map vs Object.keys map vs Object.values

string comparision

strings comparision

append for element vs append for elements

No description provided

Join vs filter + includes

No description provided

Join vs map + filter + includes

No description provided

Regex vs split/join to extract middle value

No description provided

Array.reduce vs for loop vs Array.forEach 1

A test summing 1000 random numbers, 1 - 10000

lodash partition vs forEach with array push vs two segregated push with "some" ordered filter loops

No description provided

lodash partition vs forEach with array push vs two "some" filter loops

No description provided

getElementsByClassName VS querySelectorAll (simple comparison)

A simple comparison of performance between these two methods. (Medium, @benlmsc)

getElementById VS querySelector (simple comparison)

A simple comparison of performance between these two methods. (Medium, @benlmsc)

Optional chaining vs reuse

Just a quick test

Optional chaining test

Just a test

id vs class test

No description provided

id vs class

No description provided

test if or else if

if 문 테스트

test spread vs add in reduce

1234567890

test push and =

23

entries

No description provided

Test if object is empty

No description provided

Nj9ZJ^FuK4AJ#wKE

Compare loop performance

JSON Stringify Speed Test vs joining array

This benchmark tests whether the speed or JSON.stringify changes with object size

arr unshift vs push + reverse (xl array)

No description provided