Test name | Executions per second |
---|---|
ES6 Class | 12450752.0 Ops/sec |
Function Prototype | 11858466.0 Ops/sec |
Object Literal | 301507.2 Ops/sec |
ES6 Class with private properties | 1228029.6 Ops/sec |
ES6 class with inheritance | 10501837.0 Ops/sec |
ES6 class with inheritance and private fields declared | 1159196.9 Ops/sec |
Function prototype with inheritance | 9446592.0 Ops/sec |