Benchmark name When Created
replaceAll vs regex with g flag 13 minutes ago
redcue vs flatMap 24 minutes ago
str.match vs str.split vs deconstruction

Test String.match with regex against String.split with string and string deconstruction. We are splitting a string at the spaces.

an hour ago
Javascript string.endsWith vs string.slice and tripple equal (one char) an hour ago
Large JSON comparsion 2 hours ago
replace vs substring2w22

Test the performance of replace() vs substring() vs slice() when replacing a char at the beginning of a (in this case uri query-)string that may or may not be there. Added the combined brackets[ ] + substr() method, since it's always the first char we wan't to pop off. Inspired by https://jsperf.com/replace-or-substr. Note: could not get 'let' and 'const' to work. Well, too bad...

4 hours ago
flatMap vs reduce vs loop filtering performance vs filter

https://stackoverflow.com/a/77247681

6 hours ago
lodash.intersection vs Vanilla JS 8 hours ago
queryall vs classname 10 hours ago
querySelector vs querySelectorAll vs getElementsByClassName vs querySelector (ID) vs getElementsByID 20x 10 hours ago
regex v split parsez 12 hours ago
regex v split parse 12 hours ago
regex v split 12 hours ago
instanceof vs number 16 hours ago
Transform: Object.fromEntries vs reduce (100 entries) 21 hours ago
Transform: Object.fromEntries vs reduce (10000 entries) 21 hours ago
Transform: Object.fromEntries vs reduce (small dataset) 21 hours ago
Transform: Object.fromEntries vs reduce (large dataset) 21 hours ago
Loop into two arrays with products

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

21 hours ago
Loop into two arrays

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

21 hours ago
xxx vs xxx2 21 hours ago
flatMap vs reduce with desctructuring vs reduce without desctructuring 21 hours ago
Object.fromEntries vs reduce (large dataset) 21 hours ago
Object.fromEntries vs reduce (small dataset) 21 hours ago
Shuffled Array Cache Test 4 23 hours ago

 New benchmark Your benchmarks