direct call vs direct call with spread syntax vs bind vs bind with spread syntax vs call vs call with spread syntax vs apply| Test case name | Result |
|---|---|
| direct call | |
| direct call with spread syntax | |
| bind | |
| bind with spread syntax | |
| call | |
| call with spread syntax | |
| apply |
| Test name | Executions per second |
|---|---|
| ✓ direct call | 3,216,408,064 Ops/sec |
| call | 3,027,440,640 Ops/sec |
| apply | 203,223,040 Ops/sec |
| direct call with spread syntax | 144,935,168 Ops/sec |
| bind | 143,838,432 Ops/sec |
| bind with spread syntax | 27,683,844 Ops/sec |
| call with spread syntax | 22,414,832 Ops/sec |