Benchmark name When Created
compose_check 2 years ago
Instanceof vs string comparison vs property checking vs constructor comparison

Measure the performance of instanceOf operator vs comparing a basic string type.

2 years ago
EGO concat vs spread Small Array 2 years ago
ISO Date parsing split vs slice

Comparison of using split('T') or slice(0, indexOf('T')) in parsing out a date from an ISO string. Does not include any extra checking from the indexOf to ensure proper formatting of the string. Does not include array size checking after the split.

2 years ago
Which scroll is best? 2 years ago
querySelector vs getElementsByClassName ccc2 2 years ago
querySelector vs getElementsByClassName ccc1 2 years ago
lodash flatmap vs array.flat (large) 2 years ago
lodash flatmap vs array.flatMap 2 years ago
EGO set vs lodash vs underscore 2 years ago
innerhtml vs removechild vs remove(firstChild) vs remove(lastChild) 2 years ago
Lodash.get vs Property dot notation deeply nested 2 years ago
Lodash.get vs Property dot notation nested 2 years ago
Bitwise, Bitwise not, and Math floor 2 years ago
Compare Lodash and JS rand 2 years ago
Data duplication (single run) 2 years ago
Data duplication 2 years ago
find vs some in us.js 2 years ago
test a - b 2 years ago
sort-filter vs reduce 2 years ago
Object.fromEntries vs reduce vs reduce with spread 2 years ago
forEach vs reduce vs map vs filter vs for (v2) 2 years ago
Array .reverse() .push() vs .unshift() 2 years ago
Extract data from array - map() vs JSON.stringify() vs for loop 2 years ago
weeeeee 2 years ago

 New benchmark Your benchmarks