When using multiple benchmarks earlier ones affect the ones coming later
This issue describes a performance anomaly in Haskell benchmarks where earlier benchmarks in a group appear to negatively impact the execution time of later benchmarks. When run individually, the later benchmarks perform significantly faster, suggesting an interference or resource contention issue when benchmarks are executed sequentially within the same process. The user is seeking a solution or a way to run each benchmark in a separate process.