Benchmark name When Created
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.

42 minutes ago
Javascript string.endsWith vs string.slice and tripple equal (one char) 50 minutes ago
Large JSON comparsion an hour 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

5 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 15 hours ago
Transform: Object.fromEntries vs reduce (100 entries) 20 hours ago
Transform: Object.fromEntries vs reduce (10000 entries) 20 hours ago
Transform: Object.fromEntries vs reduce (small dataset) 20 hours ago
Transform: Object.fromEntries vs reduce (large dataset) 20 hours ago
Loop into two arrays with products

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

20 hours ago
Loop into two arrays

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

20 hours ago
xxx vs xxx2 20 hours ago
flatMap vs reduce with desctructuring vs reduce without desctructuring 20 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
Shuffled Array Cache Test 3 23 hours ago
Shuffled Array Cache Test 2 23 hours ago

 New benchmark Your benchmarks