Run results for: Comparison of classes vs prototypes vs object literals also including the inheritance
Test the speed and memory usage using different techniques for constructing class objects.
It tests ES6 classes, ES6 classes with private objects, Function Prototype and Object literal.
For ES6 classes (with and without private objects) and Function Prototype it also tests inheritance.