Benchmark name When Created
Object.keys vs Object.getOwnPropertyNames 3 years ago
getElementById vs document

<div id="app"></div>

3 years ago
Get arguments vs make object 3 years ago
My querySelectorAll vs getElementsByClassName 3 years ago
Lodash IsEmpty 3 years ago
for vs foreach vs some vs for..of 1000 (improved)

Compare loop performance

3 years ago
For..of (with Reverse) vs For (backwards) 3 years ago
Benchmark on spread and concat

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

3 years ago
String Concatenation Example 3 years ago
optimizing DOM selectors

optimizing DOM selectors

3 years ago
array find vs _.find vs _.find (Array) vs _.find (Object)

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

3 years ago
str.match vs str.Split first result

Test String.match with regex against String.split with string. We are splitting a string at the spaces.

3 years ago
Substring from second and from fifth character, within 10 characters 3 years ago
Reflect.deleteProperty vs delete 3 years ago
Unique values (large list) 3 years ago
joining two arrays with concat and slice 3 years ago
getElementById vs querySelector-for-data-attribute 3 years ago
Date Test speed parse iso vs ts1 3 years ago
test speed ts 3 years ago
Lodash Uniq vs Javascript Filter 3 years ago
toFixed vs Math.round()12 3 years ago
Lodash Uniq vs Javascript Set #2 3 years ago
prototype mixin vs class member 3 years ago
array.push vs object literal vs array literal 3 years ago
forEach vs Recursion 3 years ago

 New benchmark Your benchmarks