Benchmark name When Created
Native concat() vs ES6 spread [2]

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

4 years ago
Array concat vs spread operator [2]

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

4 years ago
Array concat vs spread operator [1]

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

4 years ago
JQuery: compare selector for finding by name attribute

find the best approach for finding element by name

4 years ago
JQuery: text vs html getting

compare which method work quicker for getting text from element

4 years ago
Lodash isEmpty vs native .isArray + length 4 years ago
lodash map vs es6 map (10000 times) 4 years ago
lodash map performanc vs es6 4 years ago
Regex /i vs .indexOf with tolowerCase

Testing some things

4 years ago
compare selector for find checkbox v3

compare JQuery selector for find checkboxes

4 years ago
JQuery: compare find select from div

find best solution for getting checkbox

4 years ago
Lodash cloneDeep vs clone vs spread 4 years ago
JQuery: text vs html

compare speed for adding text to element

4 years ago
querySelectorAll: id vs tag vs class

test which selector is better for find element

4 years ago
JQuery: test find by tag vs find by class for non-document element

check which selector is better for non-document element

4 years ago
Replace with regex or replace 4 years ago
Math.pow(x,0.25) vs Math.sqrt(sqrt(x)) 4 years ago
Array.from vs Spread Performance 4 years ago
for...in vs Object.keys 4 years ago
POJO hash table vs Map

Benchmark of various iteration and diffing strategies over a plain JavaScript-object-as-hash-table vs the ES6 Map data structure

4 years ago
Test speed for create of JQuery object v2

Test speed for create of JQuery object from string

4 years ago
$find by tag vs $ by tag vs find by tag

testing two solution for get parameter

4 years ago
$.each vs for...of with Object.getOwnPropertyNames() for object

Compare iterating through object with 1000 properties

4 years ago
$.each vs Array.forEach

compare iteration for array with 1000 elements

4 years ago
$.each vs for...in for object

compare which cycle is better for iterate through object properties

4 years ago

 Create Your benchmarks