Test name | Executions per second |
---|---|
Literal with push | 19430.3 Ops/sec |
Constructor() with push | 23382.0 Ops/sec |
Constructor(times) with push | 19202.8 Ops/sec |
Literal with index | 31628.0 Ops/sec |
Constructor() with index | 30256.8 Ops/sec |
Constructor(times) with index | 32682.2 Ops/sec |
Literal with push and overflow | 24178.0 Ops/sec |
Constructor() with push and overflow | 18423.7 Ops/sec |
Constructor(times) with push and overflow | 13744.7 Ops/sec |
Literal with index and overflow | 33135.3 Ops/sec |
Constructor() with index and overflow | 26403.1 Ops/sec |
Constructor(times) with index and overflow | 28992.1 Ops/sec |