Benchmark name When Created
RegEx.test vs. String.includes x 2 one month ago
merge vs mergeWith params one month ago
Intl.Collator.compare vs localeCompare with numbers one month ago
Hex convertion : Mapping vs Range

Which one is the faster for hex conversion : testing a range of retrieving a value ? See https://url.spec.whatwg.org/#percent-encoded-bytes

one month ago
Intl.NumberFormat one month ago
Object key access vs array index access 1000000

Tests the speed of accessing an item by object key vs array index.

one month ago
Object key access vs array index access 100000

Tests the speed of accessing an item by object key vs array index.

one month ago
Object key access vs array index access 10000

Tests the speed of accessing an item by object key vs array index.

one month ago
Test Dipyaman one month ago
chain of or equals vs Set.has

how much of a performance deficit you can expect from using Array.includes instead of manually writing a chain of logical ORs

one month ago
JSON Clone vs Clone one month ago
RFDC clone vs Clone one month ago
RFDC clone vs Lodash cloneDeep vs JSON Clone vs Clone one month ago
.includes() vs indexOf() for single-character search in string one month ago
Lodash cloneDeep vs structuredClone w/ larger payload

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

one month ago
Array.prototype.concat vs spread operator (2 separate arrays of same type)

Compare the ES6 spread operator with the traditional concat() method

one month ago
Array.prototype.concat vs spread operator (2 separate arrays)

Compare the ES6 spread operator with the traditional concat() method

one month ago
Javascript: Case insensitive string comparison performance inc. regex one month ago
textContent vs nodeValue vs data vs innerHTML vs append vs dataWithCheck one month ago
textContent vs nodeValue vs data vs innerHTML vs append one month ago
textContent vs nodeValue vs data vs innerHTML one month ago
textContent vs nodeValue vs data vs inner html one month ago
z-indexes collection and coercion one month ago
set node value one month ago
deeply nested Lodash.get vs Lodash.property vs native one month ago

 New benchmark Your benchmarks