Benchmark name When Created
rcss split vs regex 4 years ago
split vs regex222 4 years ago
endsWith() vs regex 4 years ago
remove() vs display:none on each element 4 years ago
Lodash Uniq vs ES Set 4 years ago
Lodash Uniq vs Javascript Set Iterator vs Javascript Set Array.from 4 years ago
setAttribute("class", "foo") vs classList.add("foo") 4 years ago
Empty Array push vs spread operator 4 years ago
getElementById vs querySelector (nir) 4 years ago
Array loop vs hasownproperty 4 years ago
Date.now() vs new Date().getTime() vs performance.now() 4 years ago
jQuery .first() vs :first vs .filter(:first) vs .eq(0) vs $(.get(0)) vs $([0]) #4 4 years ago
Array push vs spread operator vs concat

Compare push method with the new ES6 spread operator and native concat

4 years ago
Javascript array test

Javascript array test

4 years ago
Object.keys -> native forEach vs lodash _.forEach 4 years ago
duration format3 4 years ago
duration format2 4 years ago
duration format 4 years ago
JS Array Conct vs Spread 4 years ago
lodash clonedeep vs json.parse(stringify()) vs recursivecopy vs recursivecopy2 with Document var 2 4 years ago
lodash clonedeep vs json.parse(stringify()) vs recursivecopy vs recursivecopy2 with Document var 4 years ago
spread vs concat vs unshift vs push+sort

spread vs concat vs unshift vs push+sort

4 years ago
getElementById vs querySelector vs getElementsByClassName vs getElementsByName FIXED

Test performance of different ways of get just one particular DOM element - using each method's strengths, instead of biasing towards getElementById.

4 years ago
javascript-performance-call-function-inside-for-loop 4 years ago
slice vs substr vs substring with end

Compares slice, substr and substring to each other when there is only a start index

4 years ago

 Create Your benchmarks