Benchmark name When Created
url testing 6 years ago
delete vs assign to null

The idea's to know the time difference between using "delete obj.key" rather than obj.key = null.

6 years ago
jQuery addClass vs classList.add both wrapping element 6 years ago
Angular clone vs Lodash clone vs JSON Clone vs Object.assign 6 years ago
Angular clone vs Lodash clone vs JSON Clone 6 years ago
String to bool 6 years ago
lodash.each vs Object.forEachsss 6 years ago
Iterating over string 6 years ago
Object Deep Copy with jQuery

Produce a deep copy of a Javascript object where nested objects are not simply references to the originals.

6 years ago
jQuery 2.2.0 vs Vanilla JS SetText Speed Test

Pure JS .innerText vs Pure JS .innerHTML vs Pure JS .textContent vs jQuery .text() vs jQuery .html() vs jQuery .find() vs jQuery .find().html()

6 years ago
Array .push() vs .unshift() 2 6 years ago
JavaScript spread operator vs Object.assign performance - large object 6 years ago
Array.prototype.concat vs ...spreadOperator vs $.merge

Compare the new ES6 spread operator with the traditional concat() method

6 years ago
create DOM Element Test

createElement, innerHTML, cloneNode方法创建DOM元素时间测试

6 years ago
fors vs for..of vs NodeList.forEach vs Array.forEach vs jQuery.each 6 years ago
multiple Map usesage 6 years ago
className vs. classList v2 6 years ago
REDUCE vs FOR 2018-09 6 years ago
Map bench2 6 years ago
Map bench 6 years ago
Lodash _.forEach vs Object forEach 6 years ago
Find item in large array - Fork

Search through a large array.

6 years ago
Find item in array - Fork

Add Lodash _.findIndex(); testcase.

6 years ago
Lodash isEqual test with different number of elements

Test on isEqual performance

6 years ago
Lodash isEqual test with different number of properties

Test on isEqual performance

6 years ago

 Create Your benchmarks