Benchmark name When Created
Math.pow(x,0.5) vs Math.sqrt(x) vs x**0.5 6 months ago
document.querySelectorAll('[id]') vs document.all vs document.getElementsByTagName('*') 6 months ago
Array/Set/Map/Object Iteration 2 6 months ago
Test 5 copy methods - existing data 6 months ago
deep copy methods

compare spread, object.assign, JSON methods and lodash deepClone

6 months ago
String.fromCharCode & btoa vs base64ArrayBuffer vs Buffer toString 6 months ago
array indexOf vs includes vs some vs for

performance comparison of ways to find if an array contains a value

6 months ago
Test array concatenation 6 months ago
2 * x vs x + x 6 months ago
for vs foreach vs for..of vs for..of over entries vs for in vs for cache vs for reverse vs map

Compare loop performance

6 months ago
for vs foreach vs for..of vs for..of over entries vs for in vs for cache vs for reverse

Compare loop performance

6 months ago
Performance of getting the unicode characters of a string

spread operator vs Array.from

6 months ago
JavaScript merge many properties 6 months ago
JavaScript merge many properties 6 months ago
JavaScript merge properties 6 months ago
UmbrellaJS vs Cash - 2023 6 months ago
char index vs charAt() vs slice() vs char array index

Compare methods for testing string's beggining character.

6 months ago
NodeList For vs Foreach fix 6 months ago
Array map vs forEach 6 months ago
Tyepof vs isFinite 6 months ago
typeof vs casting 6 months ago
typeof vs casting to string 6 months ago
Tyepof vs string casting 6 months ago
append vs appendChild v20 6 months ago
append vs appendChild v10 6 months ago

 New benchmark Your benchmarks