Benchmark name When Created
Javascript Sorting Algorithms (weird sort)

Port from jsperf(https://jsperf.com/sorting-algorithms/58)

one year ago
closure vs classes js one year ago
Some vs. Filter vs. findIndex with object one year ago
bench hubble .startsWith() vs .test() vs .match() vs .indexOf() one year ago
Comparision filter in js using different methods_v2 one year ago
Testing filter vs foreach one year ago
firstChild vs lastChild one year ago
Pop vs length -1 one year ago
Object.keys VS JSON.stringify() for empty objects and arrays

You don't need to make add for loops in your test scenarios, the benchmark does it itself.

one year ago
Array.find vs Array.filter on large dataset one year ago
setAttribute cost test one year ago
JavaScript nested namespace vs simple namespace one year ago
guard asdf one year ago
Object.entries VS Object.keys VS Object.keys with extra array VS Object.entries without arraya s.d.. one year ago
Dynamic generator function performance vs embedded function call one year ago
Dynamic generator function performance one year ago
Swap element "in-place" with replaceWith() vs .outerHTML

Swap an DOM element with replaceWith() and compare with the .outerHTML method of replacing its content instead. replaceWith() - Pretty one-liner - Breaks element attributes, inline style and scrollHeight/scrollWidth (fully re-render element) .outerHTML - Keeps attributes, inline style and scrollHeight/scrollWidth (partially re-render element) - Breaks previous element references, "hacky" looking and sometimes perceptible (element may flash for a split second)

one year ago
loops testing

Compare loop performance

one year ago
insertAdjacentHTML + querySelector vs append one year ago
JavaScript spread operator vs Object.assign performance without mutating one year ago
Lodash.isEqual vs JSON.stringify Equality Comparison for 1000 length array one year ago
JSON.stringify + JSON.parse vs structuredClone vs fast_deep_clone (recursive) one year ago
unique elements in array using filter fork2 one year ago
unique elements in array using filter fork one year ago
Object.fromEntries vs reduce v4 one year ago

 New benchmark Your benchmarks