Test name | Executions per second |
---|---|
Literal with push | 176641.5 Ops/sec |
Constructor() with push | 182003.4 Ops/sec |
Constructor(times) with push | 184420.1 Ops/sec |
Literal with index | 186757.3 Ops/sec |
Constructor() with index | 188563.9 Ops/sec |
Constructor(times) with index | 201643.5 Ops/sec |
Literal with push and overflow | 189959.3 Ops/sec |
Constructor() with push and overflow | 184543.4 Ops/sec |
Constructor(times) with push and overflow | 178692.3 Ops/sec |
Literal with index and overflow | 189303.3 Ops/sec |
Constructor() with index and overflow | 183981.3 Ops/sec |
Constructor(times) with index and overflow | 202437.3 Ops/sec |