Benchmark name When Created
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
for-in vs object.keys asd 2 years ago
lodash each vs native forEach

Compares the performance between both approaches.

2 years ago
Trimming leading/trailing characters Bounds Fix2 2 years ago
Jquery remove() VS element.removeChild() single element

Jquery remove VS removeChild

2 years ago
Jquery remove() VS element.removeChild()

Jquery remove VS removeChild

2 years ago
Trimming leading/trailing characters Bounds Fix 2 years ago

 New benchmark Your benchmarks