Benchmark name When Created
Ponyfill vs classList test 6 years ago
Wilson Code Review

cdnkld

6 years ago
Wilson Stupidity

Wilson

6 years ago
Regex vs split/join happily 6 years ago
angular.copy vs JSON.parse(JSON.stringify()) vs angular.fromJson(angular.toJson())

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

6 years ago
Array.indexOf() 6 years ago
JavaScript spread operator vs Object.assign performance vs. Native Assignment 6 years ago
ramda filter vs boolean filter

<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.js"></script>

6 years ago
spread vs ramda filter vs boolean filter

<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.js"></script>

6 years ago
spread vs ramda filter

<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.js"></script>

6 years ago
for vs foreach vs map

Compare loop performance

6 years ago
Map vs forEach GOLGOTHA 6 years ago
Object.assign vs spread operator ... 6 years ago
Native XHR vs jQuery Ajax3 6 years ago
Splice vs spread insert

Splice vs spread

6 years ago
Splice vs spread

Splice vs spread

6 years ago
Array.prototype.concat vs spread operator vs spread push

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

6 years ago
Traversing objects 6 years ago
forEach, for, map 6 years ago
Test Immutable ToJS vs get 6 years ago
Object.assign vs spread operator perf 6 years ago
For Of (test fork) 6 years ago
native vs lodash

native vs lodash using foreach

6 years ago
For Of 6 years ago
Lodash vs for of

Testing lodash vs for of

6 years ago

 New benchmark Your benchmarks