Test name | Executions per second |
---|---|
Literal with push | 25997.2 Ops/sec |
Constructor() with push | 26508.9 Ops/sec |
Constructor(times) with push | 26011.9 Ops/sec |
Literal with index | 44241.4 Ops/sec |
Constructor() with index | 42556.2 Ops/sec |
Constructor(times) with index | 43431.1 Ops/sec |
Literal with push and overflow | 26224.1 Ops/sec |
Constructor() with push and overflow | 26015.5 Ops/sec |
Constructor(times) with push and overflow | 26110.8 Ops/sec |
Literal with index and overflow | 43841.5 Ops/sec |
Constructor() with index and overflow | 42727.5 Ops/sec |
Constructor(times) with index and overflow | 43142.0 Ops/sec |