[This](https://github.com/phischu/haskell-image-processing-benchmark/blob/1e6e27ac44f497273d3cb93dcd55bb62d7ee46a0/src/HaskellImageProcessingBenchmark/Repa.hs#L36) and [this](https://github.com/phischu/haskell-image-processing-benchmark/blob/1e6e27ac44f497273d3cb93dcd55bb62d7ee46a0/src/HaskellImageProcessingBenchmark/Yarr.hs#L36) computations shouldn't be eager, aren't they? Also, just in case add `INLINE` pragma to _every_ function in specific image processing library benchmark files, this could affect results.
This and this computations shouldn't be eager, aren't they?
Also, just in case add
INLINEpragma to every function in specific image processing library benchmark files, this could affect results.