Benchmark name When Created
for (cache length) vs foreach vs for..in vs for..of

Compare loop performance

one year ago
asdasdasdas

asdasd

one year ago
js array copy speed comparison with spread one year ago
square reverse vs sqrt

Square vs square root

one year ago
square vs sqrt

Square vs square root

one year ago
Crypto.randomUUID() vs new Date().getTime()

In real world example new Date() will be unique date. In this case its same days

one year ago
Lodash cloneDeep vs structuredClone 2

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

one year ago
Array concat vs spread operator vs push vs array length + assign one year ago
js array copy speed comparison v3 one year ago
eval vs new Function strict one year ago
Some vs Filter Vs FindIndex one year ago
const vs let vs var fixed one year ago
Lodash.get vs Property dot notation with longer path and conditional access one year ago
Lodash.get vs Property dot notation with longer path one year ago
if-else vs switch test one year ago
Spread vs object.assing vs forEach 2 one year ago
UUID lib vs Crypto.RamdonUID one year ago
Spread vs object.assing vs forEach one year ago
JS: append vs prepend vs insertBefore vs appendChild vs insertAdjacentElement in a populated table

The similar tests I found here "test" adding one single node to another singe node. Those tests are quite useless for real world situations. The use case here is that the rows array is sorted (not included) and then the table is restructured accordingly.

one year ago
Object spread vs no spread one year ago
JavaScript spread operator vs Object.fromentries performance one year ago
const vs let vs var 42 one year ago
Map vs For Loop vs For of vs For of entries one year ago
Array concat vs spread operator vs push 100k v5

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

one year ago
Array concat vs spread operator vs push 100k v2

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

one year ago

 Create Your benchmarks