Benchmark name When Created
Array vs Str split 3 years ago
substring then split v.s. split then shift 3 years ago
check number vs check object (lodash) 3 years ago
Id vs qs vs qsa 3 years ago
Map vs Object, numeric key

Lookup of map vs object

3 years ago
object.assign vs forin 3 years ago
Uniq vs set 3 years ago
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
Date Test speed parse iso vs ts1 3 years ago
toFixed vs Math.round()12 3 years ago

 New benchmark Your benchmarks