Closed theofidry closed 8 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.
ComposerJson
ComposerLock
Creating the
ComposerJson
andComposerLock
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.