Test name | Executions per second |
---|---|
Literal with push | 52231.9 Ops/sec |
Constructor() with push | 55530.1 Ops/sec |
Constructor(times) with push | 42199.9 Ops/sec |
Literal with index | 84634.5 Ops/sec |
Constructor() with index | 101152.3 Ops/sec |
Constructor(times) with index | 128885.1 Ops/sec |
Literal with push and overflow | 68665.5 Ops/sec |
Constructor() with push and overflow | 69914.1 Ops/sec |
Constructor(times) with push and overflow | 68221.7 Ops/sec |
Literal with index and overflow | 116595.0 Ops/sec |
Constructor() with index and overflow | 115275.4 Ops/sec |
Constructor(times) with index and overflow | 154352.5 Ops/sec |