Benchmark name When Created
Create versus clone element one year ago
Math.pow(2,n) vs Table lookup vs bitwise

Which is faster: Table lookup or Math.pow(2,value) or bitwise operation (1 << value)?

one year ago
lodash groupBy vs Array.forEach 100k one year ago
Copy vs traversal one year ago
Instanceof vs number compare vs property checking vs constructor comparison

Testing performance of instanceOf vs. a number comparison (some enum type)

one year ago
replace vs substring vs split one year ago
type coercion null one year ago
Jquery 3.2 vs 3.6

Check speed

one year ago
toFixed vs toPrecision vs Math.round() as float one year ago
type coercion one year ago
Float32 vs Float64 vs Array vs Expand one year ago
vanilla vs lodash array difference one year ago
Array functions diff vs filter one year ago
Lodash vs Vanilla test one year ago
flatMap vs reduce without spread one year ago
Lodash cloneDeep vs structuredClone loa-details

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

one year ago
Array.prototype.concat vs spread operator js

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

one year ago
Regex vs LOop one year ago
Map.get versus Array.find for 1000 elements one year ago
Map.get versus Array.find for 10000 elements one year ago
Map.get versus Array.find for 100 elements one year ago
typeof val === "undefined" vs !val vs val === undefined one year ago
createElement vs createElementNS one year ago
testings

some testing related to number formatting

one year ago
klona vs Lodash cloneDeep vs native structuredClone one year ago

 New benchmark Your benchmarks