Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash difference vs Set

No description provided

For meseuerement

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

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,

Lodash uniq vs ES6 Set and sort with 2 arrays

Benchmarking the action to join 2 string arrays, remove the duplicates values (we have 4 in this test) and then sorting them.

Uniq vs Sorted Set

Uniq returns a soted array removing duplicates. Let's compare with native sort and set.

get content of object

No description provided

AddEventListener vs direct v2

No description provided

NEW BENCHMARK Your Benchmarks