Benchmark name When Created
Compare Number vs Regex Test 6 months ago
Number vs Regex with Str 6 months ago
Number vs Regex 6 months ago
FindLargestProduct 6 months ago
clearing array via pop() vs shift() vs .length = 0 vs = [] v2 6 months ago
String Encode 6 months ago
Lodash cloneDeep vs generate new Object 6 months ago
Array.from vs Spread 10000 elements + addition of element 6 months ago
Array.from vs Spread + addition of element 6 months ago
Lodash cloneDeep vs JSON Clone vs Ramda Clone vs hand rolled vs spread vs obj.assign vs structuredClone

just benchmarking things

6 months ago
ddddddd

xx

6 months ago
set.has

has

6 months ago
Manual vs InnerHTML 6 months ago
=== vs includes

how much of a performance deficit you can expect from using Array.includes instead of strict equal

6 months ago
Object.fromEntries vs forEach vs For Loop 6 months ago
checking empty array

isArray vs array.length

6 months ago
parentElement vs parentNode 6 months ago
check empty array

isArray or array. lenght?

6 months ago
Regex vs string compare 6 months ago
Fastest way to check if object is empty - EP3

You don't need to make add for loops in your test scenarios, the benchmark does it itself.

6 months ago
array includes vs object key (small)

Performance comparison of ways to find if an array contains a value

6 months ago
includes vs === v1 6 months ago
Ajaytest

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

6 months ago
set.has vs. array.includes vs array.indexOf (small set of number values)

Numbers instead of strings

6 months ago
RegEx.test vs. String.includes vs. String.match vs String.startsWith 6 months ago

 New benchmark Your benchmarks