Benchmark name When Created
Arrow function vs normal function 2 years ago
Arrow function vs closure function 2 years ago
virtual node function VS innerHTML VS html string VS cached virtual node 2 years ago
Remove all child nodes from parent node 2 years ago
Element append vs appendChild 2 years ago
Fastest way to check if object is empty

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

2 years ago
Map vs Object non-contiguous integer keys 2 years ago
Object.keys(obj).reduce versus Array.map().push() (Performance test)

useForm hook

2 years ago
lodash.round VS Math.round (divide by 0)

Compare round lodash function vs javascript native toFixed() function

2 years ago
Test Optimisation 2 years ago
native findIndex vs lodash findIndex vs lodash find

Compare performance of native [].findIndex and _.findIndex and _.find

2 years ago
Optimisation 2 years ago
=== vs .includes

Compare perfomance between === operator and Array.includes

2 years ago
best effort 2 years ago
getElementById().getElementsByClassName vs querySelectorAll 2 years ago
DOMParser vs InnerHTML 5 2 years ago
DOMParser vs InnerHTML 4 2 years ago
DOMParser vs InnerHTML 3 2 years ago
DOMParser vs InnerHTML 2 2 years ago
DOMParser vs InnerHTML 2 years ago
Array concat vs spread operator vs push for single arg

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

2 years ago
reduce vs filter+map

Tests performance between a single reduce and a filter then map

2 years ago
IndexOf vs Includes in string with check

Banana

2 years ago
for-in vs object.keys for sets 2 years ago
Dataview vs Uint8Array - read short 2 years ago

 New benchmark Your benchmarks