Benchmark name When Created
jssghh 3 years ago
object iteration pravin 3 years ago
Remove by splice vs 2 slice

Deletion of an element from an array.

3 years ago
undefined vs hasOwnProperty

Object lookup performance

3 years ago
Array.prototype.join vs JSON.stringify

Array.prototype.join vs JSON.stringify

3 years ago
typeof boolean vs === true || === false 3 years ago
rest parameters vs arguments 3 years ago
remove last char2 3 years ago
array vs int32array without conversion 3 years ago
querySelectorAll vs getElementsByTagName 2z 3 years ago
map vs foreachccc 3 years ago
Which is faster, Coercing or inequality ( !something===true or something!==true)

Checking if evaluating a value is not equal is faster or slower than coercing whether the value is true

3 years ago
sliceeee 3 years ago
filtermap vs flatmap 3 years ago
toString vs Stringify vs backticks 3 years ago
TEST SUM OF DIGITS 3 years ago
For in vs Object.*.forEach 3 years ago
For in vs Object.*.forEach 10000 3 years ago
For in vs Object.keys.forEach 10000 3 years ago
array vs int32array with conversion 3 years ago
Reduce vs Filter/Map vs Map/Filter 3 years ago
arrrrrrr 3 years ago
JavaScript Object.assign vs for in loop 3 years ago
RegExp vs substring 3 years ago
reduce.concat() vs flat(1) vs custom

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

3 years ago

 New benchmark Your benchmarks