| Test name | Executions per second |
|---|---|
| ✓ Raw math (from milliseconds) | 179,620,832 Ops/sec |
| Raw math (from minutes) | 179,087,664 Ops/sec |
| Javascript date time object (already created) | 11,673,936 Ops/sec |
| Luxon (from existing DateTimes) | 9,995,872 Ops/sec |
| Javascript date time object (string parsing) | 2,377,016 Ops/sec |
| Luxon (from string) | 158,790 Ops/sec |