Test name | Executions per second |
---|---|
Literal with push | 1182.7 Ops/sec |
Constructor() with push | 1304.9 Ops/sec |
Constructor(times) with push | 638.1 Ops/sec |
Literal with index | 1731.3 Ops/sec |
Constructor() with index | 1889.1 Ops/sec |
Constructor(times) with index | 2391.9 Ops/sec |
Literal with push and overflow | 1213.3 Ops/sec |
Constructor() with push and overflow | 1312.0 Ops/sec |
Constructor(times) with push and overflow | 642.0 Ops/sec |
Literal with index and overflow | 1729.9 Ops/sec |
Constructor() with index and overflow | 1953.6 Ops/sec |
Constructor(times) with index and overflow | 2437.8 Ops/sec |