Benchmark name | When Created |
---|---|
check vs replace | 7 days ago |
indexOf vs set | 7 days ago |
Array concat vs spread operator vs push large
Compare the new ES6 spread operator with the traditional concat() method and push |
7 days ago |
window.getComputedStyle vs. className vs. classList 2 | 7 days ago |
window.getComputedStyle vs. className vs. classList | 7 days ago |
WasCodeTest1 | 7 days ago |
Benchmark Clamp 2221134b-d084-4650-87ae-9a71a46875a0
Benchmark multiple clamp implementations |
7 days ago |
Array of objects loop for vs foreach vs map vs for..of + slice vs for | 7 days ago |
Testing String Replacement | 7 days ago |
bench simple split vs replace regex | 7 days ago |
querySelector vs querySelectorAll testsss | 7 days ago |
getBoundingClientRect vs style | 7 days ago |
JS Cloning benchmarking
Comparing performance of: Spread operator (...) vs JSON.parse(JSON.stringify()) vs Custom function vs Lodash.cloneDeep() vs jQuery.extend(true) vs structuredClone() By cloning a complex object with nested specific objects (ArrayBuffer, Set, Map, RegExp, etc.) |
7 days ago |
Test querySelector computed style | 7 days ago |
Test querSelector | 7 days ago |
Compare jQuery 3.7.0 vs 3.6.0 performance
Comparing performance of: jQuery 3.7.0 vs jQuery 3.6.0 |
8 days ago |
Stringify vs toString vs Object Reduce and String vs Get all strings
Test performance to get strings from Object |
8 days ago |
Stringify vs toString vs Object Reduce
Test performance to get strings from Object |
8 days ago |
Get the only item in an array
How do array.toString(), array.shift(), and array.pop() compare to array[0] when retrieving the only item in an array |
8 days ago |
test date check | 8 days ago |
chain of or equals vs Array.includes (upd)
What works best when value misses all the conditions. |
8 days ago |
chain of or equals vs Array.includes
What works best when value misses all the conditions. |
8 days ago |
chain of or equals vs includes 2
how much of a performance deficit you can expect from using Array.includes instead of manually writing a chain of logical ORs |
8 days ago |
lodash clonedeep vs json.parse(stringify()) vs recursivecopy vs structuredClone 1234 | 8 days ago |
startsWith vs indexOf with Array.filter for user dataset | 8 days ago |