Benchmark name When Created
Lodash sort vs array.prototype.sort with strings one year ago
String.replace() vs String.replaceAll() one year ago
Count string without space one year ago
Math random UUID vs crypto UUID one year ago
Pop vs Splice [fast] one year ago
Math.pow vs ** vs *, fixed so Chrome doesn't optimize away the whole thing one year ago
Lerp Testing

Testing different lerp implementations

one year ago
for vs foreach vs some vs every vs for..of vs map for large set

Compare loop performance

one year ago
const vs let vs var2 one year ago
Array.from() vs new Array() - map

Testing the difference between creating filled arrays.

one year ago
Array.from() vs new Array() - empty

Testing the difference between creating filled arrays.

one year ago
array.join vs string literal one year ago
Assignment of values vs Destructuring of object one year ago
Access object att vs create ref one year ago
Array push vs destruct one year ago
test2agshd

test

one year ago
String.IndeOf vs. String.includes one year ago
reduce vs map and set

get unique values

one year ago
(JSON.stringify vs lodash vs fast-deep-equal vs fast-equals) with React and Promises one year ago
optional chain vs typeof one year ago
q_cshade1

cshade

one year ago
typeof vs cached typeof (3 scans) (fixed) one year ago
template literal vs allocated array.join vs unallocated array.join vs string.concat vs the + operator one year ago
typeof vs cached typeof (3 scans) one year ago
typeof vs cached typeof (2 scans) one year ago

 Create Your benchmarks