Benchmark name When Created
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
deconst loop one year ago
replaceChild vs replaceChildren vs documentFragment 4 one year ago
replaceChild vs replaceChildren vs documentFragment 3 one year ago
replaceChild vs replaceChildren vs documentFragment 2 one year ago
for...in vs for...of vs for-loop

Testing the difference between native loops and find()

one year ago
undefined vs. typeof vs. in vs. hasOwnProperty exists

Object lookup performance

one year ago

 New benchmark Your benchmarks