Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data. For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.
refactor(core): Minor refactor for code readability
1. Avoid enumerate for first object check
2. String is immutable and concating repeatedly can have performance issues if used at scale