Benchmark name When Created
Array concat vs spread operator vs push more elements

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

3 years ago
Test For Performance

test

3 years ago
Two lambdaless filters vs one lambded 3 years ago
single quote vs tick 3 years ago
Avoid repeating operations 3 years ago
map vs object vs switch dispatcher 3 years ago
str.match vs str.Split(regex)

Test String.match with regex against String.split with regex. We are splitting a string at the spaces.

3 years ago
Object.keys.length vs sum with for a 3 years ago
looking up the last character of a string

tests with a short string and a long string, to help discern which methods are tied to the string length, and which are not.

3 years ago
_Vs_Native

Praveen's benchmark for lodash vs native

3 years ago
Deep merge lodash vs ramda vs deepmerge vs json clone 3 years ago
6 properties - style.setProperty vs style.cssText vs style vs Object.assign vs setAttribute 3 years ago
eval vs parseInt vs Number vs JSON.parse 3 years ago
eval vs parseInt vs Number2 3 years ago
eval vs parseInt vs Number 3 years ago
pagination

paging test

3 years ago
lodash head vs [0] 3 years ago
lodash vs native toUpper 3 years ago
jQuery .data() vs jQuery .attr() 3 years ago
jQuery 3.6 parent() vs closest() speed performance comparison 3 years ago
jQuery parent() vs closest() speed performance comparison 3 years ago
Get value with key in Array, Object, Map, WeakMap 3 years ago
Is switch bad? 3 years ago
try catch vs not 3 years ago
.substr vs .startwith

Testing some things

3 years ago

 Create Your benchmarks