Benchmark name When Created
Object.entries + reduce VS Object.keys + forEach (fixed)

Iterate over object keys & values

3 years ago
Object.entries + reduce VS Object.keys + forEach

Iterate over object keys & values

3 years ago
Optional chaining vs Object() check 3 years ago
toLocaleFixed vs toFixed

toLocaleFixed vs toFixed

3 years ago
array find vs for of break/continue test JM1

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

3 years ago
array find vs for of test JM1

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

3 years ago
Array.prototype.filter vs Lodash filter 1Million 3 years ago
push vs spread mine 3 years ago
Object.keys(object).includes(key) vs key in object

Which is faster: Object.keys(object).includes(key) vs key in object

3 years ago
Object.keys vs Object.entries 3 years ago
JavaScript spread operator vs Object.assign performanceerwrewrew 3 years ago
object deep compare 3 years ago
forEach vs reduce vs map vs filter vs for vs for..of big list 3 years ago
forEach vs reduce vs map vs filter vs for vs for..of 3 years ago
Push vs Filter 3 years ago
dompurify, js-xss 3 years ago
TEMPLATE1

Calculation performance cloneNode versus innerHTML, mostly related to performance for use in Web Components

3 years ago
string concatenation vs template 3 years ago
.test vs .match vs modulo(string) 3 years ago
for in vs iterate over keys 3 years ago
Setting Canvas Pixel with preformat

Added additional test to test using preformatted strings vs concat vs join

3 years ago
js math vs toLocaleString 3 years ago
Array.prototype.forEach vs. querySelectorAll 3 years ago
RegEx.test vs. String.includes with array test 3 years ago
Using a Set vs. Object vs Array for small number of elements

For a small number of elements (5) test whether creating and looking and deleting elements in a set vs object vs array are faster

3 years ago

 Create Your benchmarks