Hi, we are using Codspeed for benchmark in the Webpack repo, specifically in the BenchmarkTestCases.benchmark.mjs file:
We've noticed that some benchmark results are not stable enough. These benchmarks involve tasks that use fs.writeFile and followed by triggering one compilation.
The benchmark reports show inconsistent results across PRs, with random improvements or regressions.
Could file I/Os (system calls) be affecting the stability of these benchmark results? And do you have any suggestions for improving benchmark stalblility in this context?