Benchmark name When Created
Array#includes() vs. Set#has() vs. Object.hasOwn() one month ago
JS iterator vs array one month ago
destructing vs mutating for large objects

destructing vs mutating for large objects

one month ago
Comparing response.text() and response.json() then JSON.stringify() one month ago
querySelectorAll data attribute vs class name vs custom HTML tag one month ago
Clamp01 with various implementations one month ago
Clamp with various implementations one month ago
JS: append vs appendChild multiple elements with spread syntax

Comparing performance of: for (c of children) append(c) vs append(...c) vs for (c of children) appendChild(c)

one month ago
Set has vs object key - small object, no caching

performance comparison of looking up a value from a set

one month ago
DataView vs TypedArray Float32 actually fixed one month ago
Set has vs object key - small object

performance comparison of looking up a value from a set

one month ago
URL Clone vs Copy Search Params one month ago
Math.pow vs ** vs * test one month ago
omit (reduce) vs omit (Object.fromEntries) 2 one month ago
omit (reduce) vs omit (Object.fromEntries) one month ago
Array slice vs for loop (2) one month ago
find() vs for...of vs for-loop vs reverse-for

Testing the difference between native loops and find()

one month ago
looping through arrayLike 2 one month ago
looping through arrayLike one month ago
Boolean valueOf vs !! test one month ago
for vs foreach vs for..of with sum

Compare loop performance

one month ago
lodash vs es6 every

lodash vs es6 every

one month ago
window.getComputedStyle vs. getBoundingClientRect get width one month ago
CUSTOM1 MomentJS vs Native Date one month ago
CUSTOM MomentJS vs Native Date one month ago

 Create Your benchmarks