Benchmark name When Created
ArrayBuffer vs JSON serialization 5M 3 years ago
remove duplicate 3 years ago
Regex vs addEventListener 3 years ago
test localstorage 3 years ago
for-in vs for-in hasOwnProperty vs object.keys forEach

for-in for-in hasOwnProperty object.keys forEach

3 years ago
substr vs substring (with end index)

Compares slice, substr and substring to each other when there is only a start index

3 years ago
isNumber: regex vs isNaN with cached regex

judge an object property key is a number

3 years ago
Measure text 3 years ago
Greedy vs non-greedy 3 years ago
Measure texts - OffscreenCanvas vs Canvas 3 years ago
concat vs lodash.concat vs. push.apply vs. spread operator vs. push in for loop (fixed spread)

Ripped off from another user but fixed a bug in "spread"

3 years ago
for-in vs object.keys no cycle 3 years ago
ByteByte

bytymighty

3 years ago
Search in array - find vs for loop vs object vs map

Compare different ways to search objects in an array given its id.

3 years ago
Lodash.isEqual vs JSON.stringify Equality Comparison for Shallow Array of Dates.

Test on isEqual performance

3 years ago
Lodash.get vs Property dot notation nested vs optional chaining 3 years ago
Lodash.get vs Property dot notation deeply vs optional chaining 3 years ago
Lodash omit Vs. es6 rest spread random keys 3 years ago
chunk list of objects 3 years ago
Test qwe qweqw

Test

3 years ago
Array.includes vs Set.has vas Map.has 3 years ago
setAttribute vs dataset.attrName 3 years ago
Object.keys vs Object.getOwnPropertyNames - objects with 0 keys 3 years ago
Object.keys vs Object.getOwnPropertyNames - objects with 100k keys 3 years ago
double-bang-vs-boolean-cast

!!x vs Boolean(x)

3 years ago

 Create Your benchmarks