Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

underscore isString VS typeof

No description provided

lodash isObject vs typeof vs isObjectLike

No description provided

Passing objects with raw values vs passing just raw values vs array of values 2

Updated because it looks like Firefox optimizes away the entire test

_.max vs Math.max

No description provided

got vs axios

benchmarking the http libraries got vs axios

JS filter vs splice +indexOf

JS find vs indexOf

luxon3 vs datefns

No description provided

Clamping via min-max or ternary operator

No description provided

key in object vs object.keys find

No description provided

Checking if number is integer

Compares using num % 1 to number.isInteger

RXJS - simple if vs filter

No description provided

Array.prototype.slice vs spread operator long 2

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

Access to Proxy without Reflect, vs Object

No description provided

Intl.NumberFormat vs toLocalString vs cached Intl.NumberFormat

No description provided

round vs trunc vs floor vs toFixed vs parseFloat vs parseInt

No description provided

findIndex vs forEach

compare performance of findIndex and forEach in removing the first result in an array

Sorting for loop vs array.sort

No description provided

URL vs URLSearchParams vs RegExp

No description provided

Lodash vs Array vs For Loop iteration

No description provided

native reverse vs lodash _.revese - 4.17.21

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

checks if object has any key - Object.keys vs for key in 2

No description provided

lodash-reject-vs-vanilla-filter

No description provided

Hashing stuff 2

Testing some hashing

Hashing stuff

Testing some hashing

string.split vs toLocaleString("en-GB")

No description provided

NEW BENCHMARK Your Benchmarks