Test name | Executions per second |
---|---|
Literal with push | 34879.9 Ops/sec |
Constructor() with push | 37576.7 Ops/sec |
Constructor(times) with push | 41628.9 Ops/sec |
Literal with index | 179260.1 Ops/sec |
Constructor() with index | 167334.4 Ops/sec |
Constructor(times) with index | 182723.3 Ops/sec |
Literal with push and overflow | 50148.3 Ops/sec |
Constructor() with push and overflow | 50153.4 Ops/sec |
Constructor(times) with push and overflow | 46867.2 Ops/sec |
Literal with index and overflow | 186020.0 Ops/sec |
Constructor() with index and overflow | 274504.3 Ops/sec |
Constructor(times) with index and overflow | 307788.2 Ops/sec |