Benchmark name When Created
Array.from vs Spread Performance 3 years ago
for...in vs Object.keys 3 years ago
mustache performance

nya nya nya

3 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

3 years ago
Test speed for create of JQuery object v2

Test speed for create of JQuery object from string

3 years ago
$find by tag vs $ by tag vs find by tag

testing two solution for get parameter

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

Compare iterating through object with 1000 properties

3 years ago
$.each vs Array.forEach

compare iteration for array with 1000 elements

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

compare which cycle is better for iterate through object properties

3 years ago
JQuery each vs for ... of for array

compare which solution is better for array with 100 element

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

Test speed for create of JQuery object

3 years ago
Empty Array 2

Compare standards methods for making an array empty.

3 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)

3 years ago
querySelector vs querySelector + cache using Map2 3 years ago
map filter vs RegExp without console.log 3 years ago
map filter vs RegExp 3 years ago
JQuery: test prepare div block with content and attribute (2 element)

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

3 years ago
JQuery: test prepare div block with content and attribute

Test two approach for preparing div block with content

3 years ago
JQuery: test find by id and find by id and tag for non-document element

check which selector is better for non-document element

3 years ago
JQuery: find vs id selector

Test which solution find quicker element

3 years ago
JQuery: find vs children

Compare which method will quicker search result with tag selector

3 years ago
Map vs Foreach mutate array

This test will run map, vs foreach on a larger array and make sure you get a modified array

3 years ago
branch1 3 years ago
frag vs append document 3 years ago

 New benchmark Your benchmarks