Benchmark name When Created
getElementById vs id function

document.getElementById() versus id wrapper function Performance comparison of inline use of the browser native DOM method document.getElementById() vs javascript wrapper functions in various forms (declaration, expression, arrow). As expected there are not big differences, but it is interesting that calling the JS wrapper function can be faster in some cases.

4 years ago
createElement vs cloneNode vs cloneNode(false)

Faster way to create new dom elements before insertion

4 years ago
for-of vs object.keys 4 years ago
Lodash get vs isNil 4 years ago
key vs key 4 years ago
Compare spread operator in objects vs set the properties in the object directly

This benchmark is to compare the cost of using the spread operator in objects

4 years ago
Lodash Difference vs Set.delete 2 4 years ago
Lodash Difference vs Set.delete 4 years ago
spread vs for 4 years ago
spread vs while 4 years ago
from vs spread vs while 4 years ago
from vs spread 4 years ago
Lodash.get vs Property dot notation my test 4 years ago
Stringify vs Assign 4 years ago
Lodash.js vs Native testg 4 years ago
Finite vs Known Multiples (High Limit)

I'm a dog with a bone.

4 years ago
Finite vs Known Multiples

I'm a dog with a bone.

4 years ago
Finite vs Multiples Only

I'm a dog with a bone.

4 years ago
destruct and test vs. property access test for type

Use destruct syntax let {x} = config; if(x){} compared to if(typeof config.x === 'string'){}

4 years ago
typeof 3 types using function

typeof operator on various types

4 years ago
Array.prototype.concat vs push w/ spread operator vs spread operator

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

4 years ago
Lodash omit vs Native delete - Mantz 4 years ago
Lodash omit vs Native delete 4 years ago
JavaScript spread operator vs Object.assign performance test 4 years ago
marktyTOML Vs toml-node (simple_kv) 4 years ago

 New benchmark Your benchmarks