box-project / box

📦🚀 Fast, zero config application bundler with PHARs.
https://box-project.github.io/box
MIT License
1.11k stars 101 forks source link

test(perf): Remove noise from AppRequirementFactoryBench #1325

Closed theofidry closed 5 months ago

theofidry commented 5 months ago

Creating the ComposerJson and ComposerLock files are not exactly free given that they have an IO operation. Hence, it makes more sense to move their instantiation to the setup method to reduce the noise from the actual benchmark.