Test name | Executions per second |
---|---|
Literal with push | 6879.6 Ops/sec |
Constructor() with push | 6867.5 Ops/sec |
Constructor(times) with push | 6550.3 Ops/sec |
Literal with index | 36078.9 Ops/sec |
Constructor() with index | 33063.1 Ops/sec |
Constructor(times) with index | 39390.7 Ops/sec |
Literal with push and overflow | 7061.6 Ops/sec |
Constructor() with push and overflow | 6860.5 Ops/sec |
Constructor(times) with push and overflow | 7053.5 Ops/sec |
Literal with index and overflow | 36949.9 Ops/sec |
Constructor() with index and overflow | 33780.5 Ops/sec |
Constructor(times) with index and overflow | 39960.9 Ops/sec |