Benchmark name When Created
lodash foreach vs forEach 5 years ago
querySelector specfic

Test performance of different ways of get just one particular DOM element

5 years ago
ArrayBuffer.isView vs instanceof 5 years ago
another approach to Switch vs Object Literal

Another approach to this test: https://www.measurethat.net/Benchmarks/Show/3444/0/switch-vs-object-literal

5 years ago
Switch vs Object Function vs Object Property

Compares performance of using a 'switch' statement vs object functions and object properties

5 years ago
`Array.slice(0, N)` vs `Array.length = N` 5 years ago
Regex vs split/join - actual replace

Now regex flies and split crawls. BTW that regex match split plus join is what jQuery's removeClass() does - just much worse. Had to double check just in case that there's some hidden trick involved.

5 years ago
lodash vs ES6 sortby 5 years ago
tagName vs instanceof 5 years ago
reading textbox: textContent vs substringData 5 years ago
nodeType vs instanceof 5 years ago
unshift vs concat vs spread of another array

unshift vs concat vs spread of another array

5 years ago
padLeft comparison with hard coded string 5 years ago
padLeft comparison 5 years ago
For vs map vs R.map 2 5 years ago
Ramda map vs native map vs for 5 years ago
prr and skrr

test

5 years ago
Object cloning with Lodash clone vs cloneDeep vs merge vs ES6 object spread vs ES6 Object.assign vs JSON.parse(JSON.stringify()) 5 years ago
spread vs assign in loop

Using spread operator vs mutating accumulator in reduce loop

5 years ago
string slice vs add one by one 5 years ago
Multiple Attributes III 5 years ago
Multiple Attributes Performance IV 5 years ago
Multiple Attributes Performance III 5 years ago
Multiple Attributes Performance 5 years ago
precise querySelector vs first element of getElementsByClassName 5 years ago

 Create Your benchmarks