| Test name | Executions per second |
|---|---|
| Using the pow7() function | 14185901.0 Ops/sec |
| Using the ** operator | 14271814.0 Ops/sec |
| Using Math.pow() | 14160823.0 Ops/sec |
| Multiplying seven times | 14141877.0 Ops/sec |
| Using the pow27() function | 14235648.0 Ops/sec |
| Using the pow37() function | 14219195.0 Ops/sec |
| Using the powMult7() function | 14191543.0 Ops/sec |