factory call vs function call vs factory init vs function init| Test case name | Result |
|---|---|
| factory call | |
| function call | |
| factory init | |
| function init |
| Test name | Executions per second |
|---|---|
| ✓ factory call | 177,862,784 Ops/sec |
| function init | 163,807,744 Ops/sec |
| factory init | 153,218,192 Ops/sec |
| function call | 150,422,208 Ops/sec |