Test name | Executions per second |
---|---|
Literal with push | 121699.7 Ops/sec |
Constructor() with push | 117144.4 Ops/sec |
Constructor(times) with push | 97683.2 Ops/sec |
Literal with index | 173515.3 Ops/sec |
Constructor() with index | 172329.1 Ops/sec |
Constructor(times) with index | 195477.2 Ops/sec |
Literal with push and overflow | 123541.9 Ops/sec |
Constructor() with push and overflow | 111938.8 Ops/sec |
Constructor(times) with push and overflow | 102794.1 Ops/sec |
Literal with index and overflow | 178643.7 Ops/sec |
Constructor() with index and overflow | 165232.3 Ops/sec |
Constructor(times) with index and overflow | 205419.7 Ops/sec |