Benchmark name When Created
Optional Chaining vs Optional Chaining null safe vs _.get lodash one year ago
indexOf vs .has one year ago
AppendChild vs DocumentFragment one year ago
Traverse function vs TreeWalker one year ago
Split vs Regex, two terms, space separated, permissive regex one year ago
Lodash.get vs Property dot notation @movlan one year ago
filter + forEach vs forEach + guard one year ago
Optimized getMarkedDates Function one year ago
es5 bind vs es6 arrow one year ago
luxon vs datefns vs moment vs dayjs (calculations) new one year ago
Benchmark: flatMap vs reduce vs while vs foreach (40k) one year ago
ValidateUtcTimestamp (version2)

Different methods to detect, if a timestamp is valid.

one year ago
Lodash isNumber vs native Number.isInteger one year ago
get current time test one year ago
var vs let vs const loopy one year ago
const vs let vs var - proper one year ago
for vs foreach vs some vs every vs for..of vs map with mutation fixing bug with every

Compare loop performance

one year ago
JavaScript spread operator vs Object.assign performance (Carl) one year ago
innerHTML vs innerText vs compare innerHTML vs compare innerText

blah blah

one year ago
innerHTML vs innerText vs custom

blah blah

one year ago
compare slice vs structuredClone one year ago
deconst loop test2

var theArr = Array.from({ length: 100000 }, (_, el) => ({el:el,el2:el,el3:el}))

one year ago
Testing if filter is faster than splice one year ago
deconst loop test

var theArr = Array.from({ length: 1000000 }, (_, el) => ({el:el}))

one year ago
deconst loop one year ago

 New benchmark Your benchmarks