Test name | Executions per second |
---|---|
Using Reduce ES5 | 3307647.8 Ops/sec |
Using Reduce ES5 (test with `in`) | 3006600.0 Ops/sec |
Using Reduce ES5 (test with `hasOwnProperty`) | 3157945.8 Ops/sec |
Using Reduce ES6 | 1640787.5 Ops/sec |
Using Reduce ES6 (test with `in`) | 1538364.4 Ops/sec |
Using Reduce ES6 (test with `hasOwnProperty`) | 1594372.1 Ops/sec |
Using For... | 4654527.0 Ops/sec |
Using For... (test with `in`) | 4651907.5 Ops/sec |
Using For... (test with `hasOwnProperty`) | 5064922.0 Ops/sec |
Using For... In | 20705678.0 Ops/sec |
Using For... In (test with `in`) | 18856086.0 Ops/sec |
Using For... In (test with `hasOwnProperty`) | 27150900.0 Ops/sec |