Test name | Executions per second |
---|---|
Literal with push | 34949.3 Ops/sec |
Constructor() with push | 34417.3 Ops/sec |
Constructor(times) with push | 34025.0 Ops/sec |
Literal with index | 103784.3 Ops/sec |
Constructor() with index | 105194.0 Ops/sec |
Constructor(times) with index | 106074.6 Ops/sec |
Literal with push and overflow | 39863.5 Ops/sec |
Constructor() with push and overflow | 36028.5 Ops/sec |
Constructor(times) with push and overflow | 34936.0 Ops/sec |
Literal with index and overflow | 108647.5 Ops/sec |
Constructor() with index and overflow | 107736.0 Ops/sec |
Constructor(times) with index and overflow | 106580.1 Ops/sec |