Benchmark name When Created
Benchmark: flatMap vs reduce vs while vs foreach vs for of 2 years ago
i++ vs ++i vs i += 1 2 years ago
i++ vs ++i 2 years ago
.getElementsByClassName() vs. .querySelectorAll()

Show the performance impact of a live node list (.getElementsByClassName()) vs. a static node list (.querySelectorAll()).

2 years ago
IndexOf vs Includes vs lodash includes2

Banana

2 years ago
asdjf ladjfasd fjaldsf 2 years ago
test-974 2 years ago
Array push vs concat 2 years ago
Lodash get vs optional chaining 2 years ago
indexOf() === 0 vs lastindexof( ,0) === 0 vs startsWith() vs idx 2 years ago
index === 0 vs lastindexof( ,0) === 0 2 years ago
mustache vs handlebars rendering performance

nya nya nya

2 years ago
Split join vs replace2 2 years ago
Testing jQuery Perfomance

test

2 years ago
Array.isArray vs _.isArray 2 years ago
objType vs objTypeS vs objTypeL vs others

Symbol.iterator also matches TypedArray, Map, and such

2 years ago
instanceof vs .prototype.isPrototypeOf vs Object.prototype.toString.call vs typeof vs isArray vs Symbol.iterator

Symbol.iterator also matches TypedArray, Map, and such

2 years ago
JS native vs Ramda vs. Lodash

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

2 years ago
Ramda (/w transducer no pluck) vs. Lodash

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

2 years ago
Array.prototype.filter vs indexOf 2 years ago
Ramda (/w transducer) vs. Lodash

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

2 years ago
Lodash filter vs splice removing item from array 2 years ago
Array.prototype.filter vs Lodash filter removing item from array 2 years ago
void 0 vs undefined 2 years ago
.filter(Boolean) vs .filter(e => e) 2 years ago

 New benchmark Your benchmarks