Benchmark name When Created
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
JQuery each vs for ... of for array

compare which solution is better for array with 100 element

4 years ago
document vs. var for document 4 years ago
JQuery: parseHTML vs without parse

Test speed for create of JQuery object

4 years ago
Empty Array 2

Compare standards methods for making an array empty.

4 years ago
JQuery: test prepare div block with content and attribute (10 elements)

Test two approach for preparing div block with content (but for 100 elements)

4 years ago

 Create Your benchmarks