Test name | Executions per second |
---|---|
Literal with push | 82946.2 Ops/sec |
Constructor() with push | 80095.9 Ops/sec |
Constructor(times) with push | 81866.6 Ops/sec |
Literal with index | 264841.7 Ops/sec |
Constructor() with index | 277595.2 Ops/sec |
Constructor(times) with index | 289231.4 Ops/sec |
Literal with push and overflow | 82242.1 Ops/sec |
Constructor() with push and overflow | 79678.4 Ops/sec |
Constructor(times) with push and overflow | 82537.9 Ops/sec |
Literal with index and overflow | 270297.2 Ops/sec |
Constructor() with index and overflow | 286731.2 Ops/sec |
Constructor(times) with index and overflow | 291731.8 Ops/sec |