Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash test sort by 1 vs 2

No description provided

Lodash difference vs Set

No description provided

For meseuerement

No description provided

for vs foreach vs for..in vs for..of

Compare loop performance

filter-map vs reduce fixed vs for of

No description provided

filter-map vs reduce fixed vs for

modified version of `map-filter vs reduce` that switches the order of operations Original was not fair comparison as it mapped all iterations not just the ones that passed the filter * added for loop

mybenchmark123313131 sadas4

No description provided

mybenchmark123313131 sadas3

No description provided

mybenchmark123313131 sadas2

No description provided

mybenchmark123313131 sadas1

No description provided

mybenchmark123313131 sadas

No description provided

mybenchmark123313131 sadas deffered

No description provided

math floor1123121

No description provided

math floor112312

No description provided

Class vs Function + Prototype

No description provided

instanceOf vs __proto__

No description provided

slice vs substr vs substring vs add

Compares slice, substr and substring to each other when there is only a start index

slice vs substr vs substring (with no end index)

Compares slice, substr and substring to each other when there is only a start index

regex vs js testing

No description provided

Filter vs for

No description provided

toString vs Stringify vs backticks

No description provided

json stringify vs object tostring large object

Comparing performance of large object conversion

dataAttribute vs attribute vs Class Selector vs ID Selector

No description provided

Lodash 4 uniq vs ES6 Set and sort

Benchmarking uniq vs using a set and sort it. 2 arrays to an array with removed duplicates and sorted

Lodash Uniq vs ES6 set and sort

Benchmarking joining 2 arrays, removing the duplicates and sorting the,